Compare commits
No commits in common. "3b4a2bd4772f96d75575faeef3ba9c71e2b6fa27" and "39a1db028717b4065442114474940e92c13a7fc5" have entirely different histories.
3b4a2bd477
...
39a1db0287
2 changed files with 2 additions and 7 deletions
|
@ -8,11 +8,7 @@ profile laptop {
|
|||
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 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
|
||||
}
|
||||
|
|
|
@ -111,10 +111,9 @@ 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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue