modify hyprland config
This commit is contained in:
parent
0caa181eff
commit
1d45200cd3
1 changed files with 8 additions and 8 deletions
|
@ -40,18 +40,18 @@ bind = SUPER, m, submap, move
|
||||||
|
|
||||||
# Submap "move" definieren
|
# Submap "move" definieren
|
||||||
submap = move
|
submap = move
|
||||||
bind = , left, moveactive, -20 0
|
binde = , left, moveactive, -20 0
|
||||||
bind = , right, moveactive, 20 0
|
binde = , right, moveactive, 20 0
|
||||||
bind = , up, moveactive, 0 -20
|
binde = , up, moveactive, 0 -20
|
||||||
bind = , down, moveactive, 0 20
|
binde = , down, moveactive, 0 20
|
||||||
bind = , escape, submap, reset
|
bind = , escape, submap, reset
|
||||||
submap = reset
|
submap = reset
|
||||||
|
|
||||||
# Fenster verkleinern oder vergößern
|
# Fenster verkleinern oder vergößern
|
||||||
bind = SUPER, left, resizeactive, -20 0
|
binde = SUPER, left, resizeactive, -20 0
|
||||||
bind = SUPER, right, resizeactive, 20 0
|
binde = SUPER, right, resizeactive, 20 0
|
||||||
bind = SUPER, up, resizeactive, 0 -20
|
binde = SUPER, up, resizeactive, 0 -20
|
||||||
bind = SUPER, down, resizeactive, 0 20
|
binde = SUPER, down, resizeactive, 0 20
|
||||||
|
|
||||||
# Verschiebt den aktuellen Workspace auf den linken bzw. rechten Monitor
|
# Verschiebt den aktuellen Workspace auf den linken bzw. rechten Monitor
|
||||||
# STRG + ALT + Pfeil links: Workspace nach links verschieben
|
# STRG + ALT + Pfeil links: Workspace nach links verschieben
|
||||||
|
|
Loading…
Add table
Reference in a new issue