AutoYADM commit: 2025-02-05 11:45:20

This commit is contained in:
Daniel Fichtinger 2025-02-05 11:45:20 -05:00
parent 18484466d8
commit 439790cc65
3 changed files with 7 additions and 2 deletions

View file

@ -337,5 +337,7 @@ exec autotiling &
exec blueman-applet &
exec tmux start-server &
exec udiskie &
# exec swayidle -w timeout 600 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f' &
# exec /home/fic/Applications/Filen_linux_x86_64_d2f22b59bc2cfc7139a84517bb91afba.AppImage
exec_always killall swayidle; swayidle -w before-sleep '$lockcmd' after-resume 'swaymsg "output * dpms on"' &