diff options
| author | Robert Günzler <r@gnzler.io> | 2020-04-23 13:24:55 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-04-23 13:24:55 +0200 |
| commit | a1c9f2a571a8359ae2ca60f48aed520615a6dc21 (patch) | |
| tree | 5b0eaf4ad11864f82c718d75dcf6ca187fa4f94d /.config | |
| parent | cb5829f38c4d52478a0b10b9643f501f4c360a61 (diff) | |
bin/lock: use swaylock + effects patches
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/hibiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/hibiki b/.config/sway/hibiki index 3bd605b..d776594 100644 --- a/.config/sway/hibiki +++ b/.config/sway/hibiki @@ -43,7 +43,7 @@ exec swayidle -w \ timeout 540 'lock' \ timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' \ + before-sleep 'lock' \ lock lock bindswitch --locked lid:on output $laptop disable |