Merge branch 'master' of git.darkou.fr:dbroqua/home
This commit is contained in:
commit
354ce023f1
2 changed files with 3 additions and 2 deletions
|
@ -9,5 +9,5 @@ profile laptop {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile home {
|
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
|
||||||
}
|
}
|
||||||
|
|
|
@ -110,9 +110,10 @@ exec_always {
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
#
|
#
|
||||||
|
|
||||||
#exec swayidle -w \
|
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'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue