hyprland: lock on suspend, mouse move/resize
This commit is contained in:
parent
9c057cd96b
commit
001860e40f
@ -34,7 +34,9 @@ $mainMod = SUPER
|
||||
bind = $mainMod, P, exec, $menu
|
||||
bind = $mainMod SHIFT, Return, exec, $terminal
|
||||
bind = $mainMod CONTROL SHIFT, Q, exit
|
||||
bind = $mainMod CONTROL SHIFT, L, exec, swaylock
|
||||
bind = $mainMod CONTROL SHIFT, L, exec, swaylock -c 263c59
|
||||
bind = $mainMod CONTROL SHIFT, S, exec, swaylock -c 263c59
|
||||
bind = $mainMod CONTROL SHIFT, S, exec, systemctl suspend
|
||||
bind = $mainMod, F, fullscreen, 0
|
||||
bind = $mainMod, N, cyclenext,
|
||||
bind = $mainMod, P, cyclenext, prev
|
||||
@ -76,4 +78,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
bind = $mainMod, right, workspace, m+1
|
||||
bind = $mainMod, left, workspace, m-1
|
||||
|
||||
bindm = $mainMod,mouse:272,movewindow
|
||||
bindm = $mainMod,mouse:273,resizewindow
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = swayidle -w timeout 300 'swaylock -f -c 263c59' before-sleep 'swaylock -f -c 263c59'
|
||||
|
Loading…
x
Reference in New Issue
Block a user