Niri updates

This commit is contained in:
elkowar 2025-03-16 16:50:06 +01:00
parent 3997674b73
commit b1b6bdd302
Signed by: ElKowar
GPG key ID: 862BA3D7D7760F13
2 changed files with 3 additions and 2 deletions

View file

@ -421,7 +421,6 @@ binds {
Mod+Minus { set-column-width "-10%"; }
Mod+Shift+Equal { set-column-width "+10%"; }
Mod+Equal { set-column-width "+10%"; }
Mod+Ctrl+Minus { set-window-height "-10%"; }
Mod+Ctrl+Equal { set-window-height "+10%"; }
Mod+Ctrl+Shift+Equal { set-window-height "+10%"; }
@ -440,5 +439,7 @@ binds {
Ctrl+Escape { spawn "killall" "-s" "SIGINT" "wf-recorder"; }
Mod+Shift+Y { spawn "niri" "msg" "action" "set-dynamic-cast-window"; }
Mod+Shift+E { quit; }
}

View file

@ -15,5 +15,5 @@
"news": {
"NEWS.md": "10960"
},
"version": 7
"version": 8
}