summaryrefslogtreecommitdiffstats
path: root/xss-lock/.config/systemd/user
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-05-28 11:26:32 -0400
committerJesse Luehrs <doy@tozt.net>2024-05-28 11:26:32 -0400
commitd70e0eb081d8858fbd04663df2c5e1e3939f0e08 (patch)
tree9145a2e1a13f7a73fbe26d2ae8d0b58f045c9092 /xss-lock/.config/systemd/user
parent4c1cebb5e1b3f01d72a800440a6eb0e4a2c25214 (diff)
downloadconf-main.tar.gz
conf-main.zip
fix selecting the correct xdg session in xss-lockHEADmain
Diffstat (limited to 'xss-lock/.config/systemd/user')
-rw-r--r--xss-lock/.config/systemd/user/xss-lock.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/xss-lock/.config/systemd/user/xss-lock.service b/xss-lock/.config/systemd/user/xss-lock.service
index 8885dfc..69de51f 100644
--- a/xss-lock/.config/systemd/user/xss-lock.service
+++ b/xss-lock/.config/systemd/user/xss-lock.service
@@ -1,5 +1,5 @@
[Service]
-ExecStart=xss-lock -n /usr/lib/xsecurelock/dimmer -l -- sh -c 'on-lock; env XSECURELOCK_BLANK_TIMEOUT=1 XSECURELOCK_SHOW_DATETIME=1 xsecurelock'
+ExecStart=xss-lock -n /usr/lib/xsecurelock/dimmer -l -s ${XDG_SESSION_ID} -- sh -c 'on-lock; env XSECURELOCK_BLANK_TIMEOUT=1 XSECURELOCK_SHOW_DATETIME=1 xsecurelock'
Restart=always
[Install]