mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: make syncthingtray wait for tray
This commit is contained in:
parent
220451e8ac
commit
7b22970507
8 changed files with 62 additions and 49 deletions
4
programs/swayidle/config
Normal file
4
programs/swayidle/config
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
timeout 300 'swaylock -f --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2 --daemonize '
|
||||
timeout 600 'swaymsg "output * power off"'
|
||||
after-resume 'swaymsg "output * power on"'
|
||||
before-sleep 'swaylock -f --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.2 --daemonize -'
|
||||
Loading…
Add table
Add a link
Reference in a new issue