mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-04-05 06:13:31 +00:00
Niri updates
This commit is contained in:
parent
3997674b73
commit
b1b6bdd302
2 changed files with 3 additions and 2 deletions
|
@ -421,7 +421,6 @@ binds {
|
||||||
Mod+Minus { set-column-width "-10%"; }
|
Mod+Minus { set-column-width "-10%"; }
|
||||||
Mod+Shift+Equal { set-column-width "+10%"; }
|
Mod+Shift+Equal { set-column-width "+10%"; }
|
||||||
Mod+Equal { set-column-width "+10%"; }
|
Mod+Equal { set-column-width "+10%"; }
|
||||||
|
|
||||||
Mod+Ctrl+Minus { set-window-height "-10%"; }
|
Mod+Ctrl+Minus { set-window-height "-10%"; }
|
||||||
Mod+Ctrl+Equal { set-window-height "+10%"; }
|
Mod+Ctrl+Equal { set-window-height "+10%"; }
|
||||||
Mod+Ctrl+Shift+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"; }
|
Ctrl+Escape { spawn "killall" "-s" "SIGINT" "wf-recorder"; }
|
||||||
|
|
||||||
|
Mod+Shift+Y { spawn "niri" "msg" "action" "set-dynamic-cast-window"; }
|
||||||
|
|
||||||
Mod+Shift+E { quit; }
|
Mod+Shift+E { quit; }
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,5 +15,5 @@
|
||||||
"news": {
|
"news": {
|
||||||
"NEWS.md": "10960"
|
"NEWS.md": "10960"
|
||||||
},
|
},
|
||||||
"version": 7
|
"version": 8
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue