niri: add keybind for ghostty spawning + window expelling

Signed-off-by: fau <fau@faukah.com>
Change-Id: I6a6a69649fa8323e8fcae94b4ffdc2123e4a75cd
This commit is contained in:
fau 2025-07-27 17:54:00 +02:00
commit 0c995da8af
No known key found for this signature in database

View file

@ -127,6 +127,9 @@ binds {
Mod+Return {
spawn "ghostty"
}
Mod+Shift+Return {
spawn "sh" "-c" "niri msg action spawn -- ghostty; sleep 0.3; niri msg action consume-or-expel-window-left"
}
Mod+B {
spawn "brave"
}