added swayidle
This commit is contained in:
@ -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
2
.config/swayidle/config
Normal file
@ -0,0 +1,2 @@
|
||||
timeout 3600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
|
||||
|
||||
Reference in New Issue
Block a user