diff --git a/README.org b/README.org index a55d42d..819ee71 100644 --- a/README.org +++ b/README.org @@ -268,25 +268,25 @@ $mainMod = SUPER # Sets "Windows" key as main modifier *** Launch Programs #+BEGIN_SRC conf :tangle hyprland.conf -bind = $mainMod, Q, exec, $terminal -bind = $mainMod, C, killactive, -bind = $mainMod, M, exit, +bind = $mainMod SHIFT, Return, exec, $terminal +bind = $mainMod SHIFT, C, killactive, +bind = $mainMod SHIFT, Q, exit, bind = $mainMod, E, exec, $fileManager -bind = $mainMod, V, togglefloating, -bind = $mainMod, R, exec, $menu -bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, F, togglefloating, +bind = $mainMod, P, exec, $menu +bind = $mainMod, D, pseudo, # dwindle +bind = $mainMod, S, togglesplit, # dwindle #+END_SRC *** Move Focus -Move focus with mainMod + arrow keys +Move focus with mainMod + vim keys #+BEGIN_SRC conf :tangle hyprland.conf -bind = $mainMod, left, movefocus, l -bind = $mainMod, right, movefocus, r -bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d +bind = $mainMod, H, movefocus, l +bind = $mainMod, L, movefocus, r +bind = $mainMod, K, movefocus, u +bind = $mainMod, J, movefocus, d #+END_SRC *** Switch Workspaces diff --git a/hyprland.conf b/hyprland.conf index b792b14..2b6c580 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -114,19 +114,19 @@ gestures { $mainMod = SUPER # Sets "Windows" key as main modifier -bind = $mainMod, Q, exec, $terminal -bind = $mainMod, C, killactive, -bind = $mainMod, M, exit, +bind = $mainMod SHIFT, Return, exec, $terminal +bind = $mainMod SHIFT, C, killactive, +bind = $mainMod SHIFT, Q, exit, bind = $mainMod, E, exec, $fileManager -bind = $mainMod, V, togglefloating, -bind = $mainMod, R, exec, $menu -bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, F, togglefloating, +bind = $mainMod, P, exec, $menu +bind = $mainMod, D, pseudo, # dwindle +bind = $mainMod, S, togglesplit, # dwindle -bind = $mainMod, left, movefocus, l -bind = $mainMod, right, movefocus, r -bind = $mainMod, up, movefocus, u -bind = $mainMod, down, movefocus, d +bind = $mainMod, H, movefocus, l +bind = $mainMod, L, movefocus, r +bind = $mainMod, K, movefocus, u +bind = $mainMod, J, movefocus, d bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2