Compare commits

..

No commits in common. "3b4a2bd4772f96d75575faeef3ba9c71e2b6fa27" and "39a1db028717b4065442114474940e92c13a7fc5" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

@ -8,11 +8,7 @@ profile laptop {
output eDP-1 enable mode 1920x1080 position 0,0 output eDP-1 enable mode 1920x1080 position 0,0
} }
profile home-office { profile home {
output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0 output HDMI-A-3 enable mode 3440x1440@49.987Hz position 0,0
output DP-1 enable mode 1920x1080@60Hz position 3440,0 transform 90 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,10 +111,9 @@ exec_always {
# #
exec swayidle -w \ exec swayidle -w \
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
#exec swayidle -w \
# timeout 300 'swaylock -f' \ # timeout 300 'swaylock -f' \
# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ # 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' # before-sleep 'swaylock -f'