aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua8
1 files changed, 1 insertions, 7 deletions
diff --git a/init.lua b/init.lua
index 4b84113..ae1f181 100644
--- a/init.lua
+++ b/init.lua
@@ -56,15 +56,9 @@ web.event.add_listener('NotificationReceived', {
-- Tabline
require 'null-browser.extras.tabline'.init {
- decoration = web.decorations.left,
+ decoration = web.decorations.top,
}
-web.event.add_listener('WinCreated', {
- callback = function(event)
- web.decorations.left.set_size(200, { win = event.win_id })
- end,
-})
-
-- Statusline
require 'null-browser.extras.statusline'.init {
decoration = web.decorations.bottom,