diff options
Diffstat (limited to 'config/niri/jonbox.kdl')
| -rw-r--r-- | config/niri/jonbox.kdl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/niri/jonbox.kdl b/config/niri/jonbox.kdl index 4952ac7..a1826f9 100644 --- a/config/niri/jonbox.kdl +++ b/config/niri/jonbox.kdl @@ -347,7 +347,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+Return hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } Mod+D hotkey-overlay-title="Run an Application: wofi" { spawn "wofi" "--show" "drun"; } - Mod+W hotkey-overlay-title="Open a Web Browser: firefox" { spawn "firefox"; } + Mod+W hotkey-overlay-title="Open a Web Browser: librewolf" { spawn "librewolf"; } // You can also use a shell. Do this if you need pipes, multiple commands, etc. // Note: the entire command goes as a single argument in the end. @@ -520,11 +520,9 @@ binds { Mod+R { switch-preset-column-width; } Mod+Shift+R { switch-preset-window-height; } Mod+Ctrl+R { reset-window-height; } + Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; } - - // Expand the focused column to space not taken up by other fully visible columns. - // Makes the column "fill the rest of the space". Mod+Ctrl+F { expand-column-to-available-width; } Mod+C { center-column; } |
