update hyprland config
This commit is contained in:
parent
7670611c73
commit
c47cdd0b60
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue