summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2026-01-31 15:10:46 -0500
committerJon Santmyer <jon@jonsantmyer.com>2026-01-31 15:10:46 -0500
commitf061e0b0c7ed745f372a89d5ec5f69dbd818c731 (patch)
tree6df41e1666046bb9292a3be74b278b2ba68bf78d /config
parent968c8b2ad3459c9834c3d4ccb799031f9be5b6ca (diff)
downloadnix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.gz
nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.tar.bz2
nix-config-f061e0b0c7ed745f372a89d5ec5f69dbd818c731.zip
desktop changes 2026-01-31
Diffstat (limited to 'config')
-rw-r--r--config/niri/jonbox.kdl6
1 files changed, 2 insertions, 4 deletions
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; }