Преглед изворни кода

Change exit resize mode keybind

Johan Rong пре 6 месеци
родитељ
комит
9c18b83f15
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      home/features/application/sway/default.nix

+ 1 - 1
home/features/application/sway/default.nix

@@ -41,7 +41,7 @@ in
             "Right" = "resize grow width 10 px or 10 ppt";
 
             # Exit mode
-            "Escape" = "mode default";
+            "${mod}+r" = "mode default";
             "Return" = "mode default";
           };
           passthrough = { # Passthrough mode, disables all sway keybinds to let other apps use them, eg. use sway mod in other apps.