mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 18:24:38 +02:00
xss-lock: provide session ID directly
xss-lock is not able to grab it by itself. See <https://bitbucket.org/raymonad/xss-lock/issues/13/allow-operation-as-systemd-user-unit>
This commit is contained in:
parent
714f2aa0fc
commit
2491973cab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ unconfigure() {
|
|||
case "$1" in
|
||||
start)
|
||||
configure
|
||||
exec xss-lock -n "$me notify" -l $me lock
|
||||
exec xss-lock -s ${XDG_SESSION_ID} -n "$me notify" -l $me lock
|
||||
;;
|
||||
dim|notify)
|
||||
echo "$(date --rfc-3339=seconds) $me: notify: start"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue