diff options
| -rw-r--r-- | .config/hypr/binds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/binds.conf b/.config/hypr/binds.conf index ae659c0..09505ac 100644 --- a/.config/hypr/binds.conf +++ b/.config/hypr/binds.conf @@ -27,11 +27,11 @@ bind = $mainMod, X, exec, $fileManager bind = $mainMod, K, exec, $terminal -e htop bind = $mainMod SHIFT, B, exec, /bin/sh -c "pidof waybar && pkill -x waybar || waybar" bind = $mainMod SHIFT, Q, exit, -bind = $mainMod SHIFT, RETURN, layoutmsg, swapwithmaster +bind = $mainMod, SPACE, layoutmsg, swapwithmaster bind = $mainMod, E, exec, emacsclient -c # Move focus with mainMod + arrow keys -bind = $mainMod, left, movefocus, lp +bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d |
