diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-09-09 00:12:38 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-09-09 00:12:38 -0400 |
| commit | 8d2eb22af95e156b44dfd0aff7923cde1a76caf3 (patch) | |
| tree | 4d5389224ae4e8b7f77d433c28e7537b4671d715 /.config | |
| parent | e57370dbf542b165e430cc8c708677625a9f8ed4 (diff) | |
fixed keybinds
Diffstat (limited to '.config')
| -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 |
