aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/init.lua b/init.lua
index 6b9abed..30e939c 100644
--- a/init.lua
+++ b/init.lua
@@ -68,12 +68,12 @@ end
require 'null-browser.extras.tabline'.init()
-- Decorations config
-web.event.add_listener('WinCreated', {
- callback = function(event)
- web.decorations.bottom.enable({ win = event.win_id })
- start_clock(event.win_id)
- end,
-})
+-- web.event.add_listener('WinCreated', {
+-- callback = function(event)
+-- web.decorations.bottom.enable({ win = event.win_id })
+-- start_clock(event.win_id)
+-- end,
+-- })
web.keymap.set('n', '<space>gg', function()
if web.decorations.bottom.is_enabled({ win = 0 }) then