summaryrefslogtreecommitdiff
path: root/conf.d/swayidle
blob: 491ee918946edafd71ede27551fe80dde85948ef (plain)
1
2
3
4
5
6
7
8
9
# Args
command_args="-w
timeout 300 'swaylock -fi ~/.cache/lockwallpaper'
timeout 330 'swaymsg \"output \"*\" power off\"'
resume 'swaymsg \"output \"*\" power on\"'
before-sleep 'swaylock -fi ~/.cache/lockwallpaper'"

# Fix for missing SWAYSOCK
export SWAYSOCK="$(ls $XDG_RUNTIME_DIR/sway-ipc.* | head -n 1)"