We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cd51f commit 396562cCopy full SHA for 396562c
config/systemd/user/swayidle.service.j2
@@ -5,8 +5,8 @@ PartOf=sway-session.target
5
6
[Service]
7
Type=simple
8
-ExecStart=ExecStart=/usr/bin/swayidle \
9
- timeout 240 'wlsunset -g 0.6' \
+ExecStart=/usr/bin/swayidle \
+ timeout 240 'wlsunset -l ${RS_LAT} -L ${RS_LON} -t ${RS_NIGHT} -T 5001 -g 0.6' \
10
resume 'pkill wlsunset' \
11
timeout 300 '%h/.local/bin/sway/lock.sh' \
12
timeout 600 'swaymsg "output * dpms off"' \
0 commit comments