don't make lock command reliant on playerctl
This commit is contained in:
parent
6979a7df14
commit
54e44982c5
@ -49,12 +49,12 @@ exec swayidle -w \
|
||||
resume 'swaymsg "output * dpms on"'
|
||||
|
||||
# screen lock
|
||||
bindsym Ctrl+Shift+l exec playerctl -a pause && \
|
||||
bindsym Ctrl+Shift+l exec "playerctl -a pause; \
|
||||
systemctl suspend && \
|
||||
swaylock
|
||||
swaylock"
|
||||
|
||||
# screen lock
|
||||
bindsym Ctrl+Alt+l exec playerctl -a pause && \
|
||||
bindsym Ctrl+Alt+l exec "playerctl -a pause; \
|
||||
swaylock
|
||||
|
||||
### input configuration
|
||||
|
Loading…
Reference in New Issue
Block a user