From f061e0b0c7ed745f372a89d5ec5f69dbd818c731 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 31 Jan 2026 15:10:46 -0500 Subject: desktop changes 2026-01-31 --- config/niri/jonbox.kdl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config/niri/jonbox.kdl') diff --git a/config/niri/jonbox.kdl b/config/niri/jonbox.kdl index 950e728..e885c1d 100644 --- a/config/niri/jonbox.kdl +++ b/config/niri/jonbox.kdl @@ -343,7 +343,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. @@ -516,11 +516,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; } -- cgit v1.2.3