更新hyprland配置
This commit is contained in:
@@ -79,15 +79,23 @@ bind = $mod, J, movefocus, d
|
||||
|
||||
# Resize windows
|
||||
binde = $mod CONTROL, right, resizeactive, 10 0
|
||||
binde = $mod CONTROL, H, resizeactive, 10 0
|
||||
binde = $mod CONTROL, left, resizeactive, -10 0
|
||||
binde = $mod CONTROL, L, resizeactive, -10 0
|
||||
binde = $mod CONTROL, up, resizeactive, 0 -10
|
||||
binde = $mod CONTROL, K, resizeactive, 0 -10
|
||||
binde = $mod CONTROL, down, resizeactive, 0 10
|
||||
binde = $mod CONTROL, J, resizeactive, 0 10
|
||||
|
||||
# Move Window with mod + SHIFT + arrow keys
|
||||
bind = $mod SHIFT, left, movewindow, l
|
||||
bind = $mod SHIFT, H, movewindow, l
|
||||
bind = $mod SHIFT, right, movewindow, r
|
||||
bind = $mod SHIFT, L, movewindow, r
|
||||
bind = $mod SHIFT, up, movewindow, u
|
||||
bind = $mod SHIFT, K, movewindow, u
|
||||
bind = $mod SHIFT, down, movewindow, d
|
||||
bind = $mod SHIFT, J, movewindow, d
|
||||
|
||||
# Move/resize windows with mod + LMB/RMB and dragging
|
||||
bindm = $mod, mouse:272, movewindow
|
||||
@@ -139,7 +147,7 @@ bind = $mod CONTROL, S, togglespecialworkspace,
|
||||
|
||||
# Scroll through existing workspaces with mod + scroll
|
||||
bind = $mod CTRL, right, workspace, e+1
|
||||
bind = $mod, mouse_up, workspace, e+1
|
||||
|
||||
bind = $mod CTRL, left, workspace, e-1
|
||||
bind = $mod, mouse_down, workspace, e-1`
|
||||
|
||||
bind = $mod, TAB, exec, ~/.config/hypr/scripts/switch.sh
|
||||
|
||||
Reference in New Issue
Block a user