Compare commits

...

2 Commits

2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,11 @@ profile laptop {
output eDP-1 enable mode 1920x1080 position 0,0
}
profile home {
profile home-office {
output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0
output DP-1 enable mode 1920x1080@60Hz position 3440,0 transform 90
}
profile home {
output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0
}

View File

@ -111,9 +111,10 @@ exec_always {
#
exec swayidle -w \
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
#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'