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"'
|
resume 'swaymsg "output * dpms on"'
|
||||||
|
|
||||||
# screen lock
|
# screen lock
|
||||||
bindsym Ctrl+Shift+l exec playerctl -a pause && \
|
bindsym Ctrl+Shift+l exec "playerctl -a pause; \
|
||||||
systemctl suspend && \
|
systemctl suspend && \
|
||||||
swaylock
|
swaylock"
|
||||||
|
|
||||||
# screen lock
|
# screen lock
|
||||||
bindsym Ctrl+Alt+l exec playerctl -a pause && \
|
bindsym Ctrl+Alt+l exec "playerctl -a pause; \
|
||||||
swaylock
|
swaylock
|
||||||
|
|
||||||
### input configuration
|
### input configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user