Tweak open terminal keybind

This commit is contained in:
2025-11-08 17:03:35 +01:00
parent 44c363052d
commit 26ca955815
+1 -1
View File
@@ -39,11 +39,11 @@
]; ];
"$mod" = "SUPER"; "$mod" = "SUPER";
bind = [ bind = [
"ALT,Return,exec,kitty"
"ALTSHIFT,Q,killactive," "ALTSHIFT,Q,killactive,"
"ALT,V,togglefloating," "ALT,V,togglefloating,"
"ALT,F,fullscreen,1" "ALT,F,fullscreen,1"
"ALTSHIFT,F,fullscreen,0" "ALTSHIFT,F,fullscreen,0"
"$mod,Return,exec,kitty"
"$mod,F,exec,firefox" "$mod,F,exec,firefox"
"ALT,H,movefocus,l" "ALT,H,movefocus,l"