summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-03 17:42:13 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-11-03 17:42:13 +0100
commitba5d1c1cb72117ad93222a99fca6708f5d9e4440 (patch)
tree7368fcc7783326e78e8dcc0a5c78cb9a9b2a40eb /config
parent0b45ce4ef43d67c3aa1fc09ae22f0dd69d7b269f (diff)
make keybinds more universal
Diffstat (limited to 'config')
-rw-r--r--config/wayland/hypr/binds.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/config/wayland/hypr/binds.conf b/config/wayland/hypr/binds.conf
index 19c1c8d..0416a2a 100644
--- a/config/wayland/hypr/binds.conf
+++ b/config/wayland/hypr/binds.conf
@@ -11,19 +11,19 @@ bind = $mainMod, F, togglefloating,
bind = $mainMod SHIFT, P, pseudo
bind = $mainMod, S, togglesplit
-bind = $mainMod, E, focusmonitor, +1
-bind = $mainMod, W, focusmonitor, -1
+bind = $mainMod, COMMA, focusmonitor, +1
+bind = $mainMod, PERIOD, focusmonitor, -1
binde = $mainMod, H, movefocus, l
binde = $mainMod, J, movefocus, d
binde = $mainMod, K, movefocus, u
binde = $mainMod, L, movefocus, r
binde = $mainMod, SPACE, swapnext
-bind = $mainMod SHIFT, E, movewindow, mon:+1
-bind = $mainMod SHIFT, W, movewindow, mon:-1
-bind = $mainMod CTRL, E, movewindow, mon:+1
-bind = $mainMod CTRL, E, focusmonitor, -1
-bind = $mainMod CTRL, W, movewindow, mon:-1
-bind = $mainMod CTRL, W, focusmonitor, +1
+bind = $mainMod SHIFT, PERIOD, movewindow, mon:+1
+bind = $mainMod SHIFT, COMMA, movewindow, mon:-1
+bind = $mainMod CTRL, PERIOD, movewindow, mon:+1
+bind = $mainMod CTRL, PERIOD, focusmonitor, -1
+bind = $mainMod CTRL, COMMA, movewindow, mon:-1
+bind = $mainMod CTRL, COMMA, focusmonitor, +1
binde = $mainMod SHIFT, H, resizeactive, -60 0
binde = $mainMod SHIFT, J, resizeactive, 0 60