mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-03 21:01:42 +01:00
Updated niri config
This commit is contained in:
@@ -115,5 +115,10 @@ binds {
|
||||
Mod+Shift+8 hotkey-overlay-title="Move window to workspace 8" { move-window-to-workspace 8; }
|
||||
Mod+Shift+9 hotkey-overlay-title="Move window to workspace 9" { move-window-to-workspace 9; }
|
||||
|
||||
Mod+Minus hotkey-overlay-title="Shrink column" { set-column-width "-10%"; }
|
||||
Mod+Equal hotkey-overlay-title="Grow column" { set-column-width "+10%"; }
|
||||
Mod+Shift+F hotkey-overlay-title="Maximize column" { maximize-column; }
|
||||
Mod+Comma hotkey-overlay-title="Reset width" { set-column-width "50%"; }
|
||||
|
||||
Mod+Shift+E hotkey-overlay-title="Quit Niri" { quit; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user