Added scrolling to workspace 1 and 2

This commit is contained in:
Hannes
2026-05-11 23:28:56 +02:00
parent f9754ea924
commit cbe92eafe3
3 changed files with 19 additions and 7 deletions
+7
View File
@@ -123,3 +123,10 @@ bind = ALT, Y, exec, ~/.config/hypr/scripts/writing/tmdb.sh
# Opening Additional Apps
bind = $mod SHIFT, C, exec, code
bind = $mod SHIFT, V, exec, vscodium
# Scrolling
bind = $mod CTRL, left, layoutmsg, focus l
bind = $mod CTRL, right, layoutmsg, focus r
bind = $mod CTRL SHIFT, left, layoutmsg, swapcol l
bind = $mod CTRL SHIFT, right, layoutmsg, swapcol r