diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-08 10:39:37 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-08 10:41:54 +0530 |
| commit | 5341ddb9571b306347346f7d2f501bbfc25e7c33 (patch) | |
| tree | cea9772204409c375b1103408d0f440536b54e45 /init.lua | |
| parent | 5e3f233c239de63e8ac3549a32b0e6343b32fc7a (diff) | |
| download | null-browser-5341ddb9571b306347346f7d2f501bbfc25e7c33.tar.gz null-browser-5341ddb9571b306347346f7d2f501bbfc25e7c33.zip | |
Vertical tabs for extra fanciness
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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, |
