Просмотр исходного кода

Change exit resize mode keybind

Johan Rong 6 месяцев назад
Родитель
Сommit
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.