Compare commits
2 commits
39a1db0287
...
3b4a2bd477
Author | SHA1 | Date | |
---|---|---|---|
3b4a2bd477 | |||
c51b8cb1e5 |
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue