sway: fix lock

This commit is contained in:
Gabriel Ebner 2019-03-09 22:15:45 +01:00
parent b13ad503cc
commit 893c4c7a74
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ bar {
# exec --no-startup-id pa-applet
# exec --no-startup-id blueman-applet
bindsym $mod+Ctrl+l exec --no-startup-id loginctl lock-session
bindsym $mod+Ctrl+l exec --no-startup-id ~/etc/swaylock.sh
exec swayidle -w \
timeout 300 /home/gebner/etc/swaylock.sh \
timeout 600 'swaymsg "output * dpms off"' \