diff --git a/config/niri/config.template.kdl b/config/niri/config.template.kdl index daa6971..e49850b 100644 --- a/config/niri/config.template.kdl +++ b/config/niri/config.template.kdl @@ -366,6 +366,7 @@ binds { Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; } //Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } Mod+B { spawn-sh "brave"; } + Mod+R { spawn-sh "alacritty -e ranger"; } // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc. // Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`. @@ -543,11 +544,11 @@ binds { // Expel the bottom window from the focused column to the right. Mod+Period { expel-window-from-column; } - Mod+R { switch-preset-column-width; } + Mod+Shift+R { switch-preset-column-width; } // Cycling through the presets in reverse order is also possible. // Mod+R { switch-preset-column-width-back; } - Mod+Shift+R { switch-preset-window-height; } - Mod+Ctrl+R { reset-window-height; } + Mod+Ctrl+R { switch-preset-window-height; } + Mod+Shift+Ctrl+R { reset-window-height; } Mod+F { maximize-column; } Mod+Shift+F { fullscreen-window; }