Update hyprland.conf
This commit is contained in:
@@ -289,10 +289,16 @@ bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Ok tuşlarıyla pencere boyutunu değiştir
|
||||
bind = SUPER CTRL, left, resizeactive, -20 0
|
||||
bind = SUPER CTRL, right, resizeactive, 20 0
|
||||
bind = SUPER CTRL, up, resizeactive, 0 -20
|
||||
bind = SUPER CTRL, down, resizeactive, 0 20
|
||||
bind = $mainMod SHIFT, left, resizeactive, -20 0
|
||||
bind = $mainMod SHIFT, right, resizeactive, 20 0
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -20
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 20
|
||||
|
||||
# Move active window to a direction (left, right, up, down)
|
||||
bind = $mainMod ALT, left, movewindow, l
|
||||
bind = $mainMod ALT, right, movewindow, r
|
||||
bind = $mainMod ALT, up, movewindow, u
|
||||
bind = $mainMod ALT, down, movewindow, d
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
||||
Reference in New Issue
Block a user