added swayidle

This commit is contained in:
2025-07-31 00:31:10 +05:00
parent bf3225a165
commit 389a8c1dd2
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ set $right l
# start daemons
exec copyq --start-server
exec swayidle
# exec waybar
exec dunst
exec playerctld daemon

2
.config/swayidle/config Normal file
View File

@ -0,0 +1,2 @@
timeout 3600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'