update hyprland config

This commit is contained in:
Simon Rieger 2025-04-23 07:33:23 +02:00
parent 7670611c73
commit c47cdd0b60

View file

@ -34,6 +34,12 @@ bind = $mainMod+Shift, right, movewindow, r
bind = $mainMod+Shift, up, movewindow, u
bind = $mainMod+Shift, down, movewindow, d
# Verschiebt den aktuellen Workspace auf den linken bzw. rechten Monitor
# STRG + ALT + Pfeil links: Workspace nach links verschieben
# STRG + ALT + Pfeil rechts: Workspace nach rechts verschieben
bind = CTRL $mainMod, left, movecurrentworkspacetomonitor, l
bind = CTRL $mainMod, right, movecurrentworkspacetomonitor, r
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2