소스 검색

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.