Added monitor turn off timer
This commit is contained in:
parent
a6b935faba
commit
322dd2d809
4 changed files with 8 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
exec_always autotiling
|
||||
exec swayidle -w \
|
||||
timeout 1800 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"'
|
||||
exec export QT_QPA_PLATFORMTHEME=qt6ct
|
||||
exec export XDG_CURRENT_DESKTOP=sway
|
||||
exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue