Merge branch 'master' of git.darkou.fr:dbroqua/home

This commit is contained in:
Damien Broqua 2022-07-18 21:25:19 +02:00
commit 354ce023f1
2 changed files with 3 additions and 2 deletions

View File

@ -9,5 +9,5 @@ profile laptop {
}
profile home {
output HDMI-A-3 enable mode 3440x1440@100Hz position 0,0
output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0
}

View File

@ -110,9 +110,10 @@ exec_always {
### Idle configuration
#
#exec swayidle -w \
exec swayidle -w \
# timeout 300 'swaylock -f' \
# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
# before-sleep 'swaylock -f'