update hyprland config
This commit is contained in:
parent
dd14dc10e3
commit
828639e7de
1 changed files with 15 additions and 0 deletions
|
@ -34,6 +34,19 @@ bind = $mainMod+Shift, right, movewindow, r
|
|||
bind = $mainMod+Shift, up, movewindow, u
|
||||
bind = $mainMod+Shift, down, movewindow, d
|
||||
|
||||
# Submap für das Verschieben aktivieren
|
||||
# Mit ESC verlässt du den Modus wieder.
|
||||
bind = SUPER, m, submap, move
|
||||
|
||||
# Submap "move" definieren
|
||||
submap = move
|
||||
bind = , left, moveactive, -20 0
|
||||
bind = , right, moveactive, 20 0
|
||||
bind = , up, moveactive, 0 -20
|
||||
bind = , down, moveactive, 0 20
|
||||
bind = , escape, submap, reset
|
||||
submap = reset
|
||||
|
||||
# Fenster verkleinern oder vergößern
|
||||
bind = SUPER, left, resizeactive, -20 0
|
||||
bind = SUPER, right, resizeactive, 20 0
|
||||
|
@ -45,6 +58,8 @@ bind = SUPER, down, resizeactive, 0 20
|
|||
# STRG + ALT + Pfeil rechts: Workspace nach rechts verschieben
|
||||
bind = CTRL $mainMod, left, movecurrentworkspacetomonitor, l
|
||||
bind = CTRL $mainMod, right, movecurrentworkspacetomonitor, r
|
||||
bind = CTRL $mainMod, up, movecurrentworkspacetomonitor, u
|
||||
bind = CTRL $mainMod, down, movecurrentworkspacetomonitor, d
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
|
Loading…
Add table
Reference in a new issue