This commit is contained in:
2024-09-29 20:43:28 +01:00
parent 4d4098987c
commit 1b6a90c955

View File

@@ -59,6 +59,9 @@ in {
"${mod}+Shift+s" = "exec grim -g \"$(slurp)\"";
"${mod}+Shift+Space" = "floating toggle";
"${mod}+Space" = "focus mode_toggle";
"${mod}+h" = "focus left";
"${mod}+j" = "focus down";
"${mod}+k" = "focus up";