mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
xss-lock: use more descriptive flags
This commit is contained in:
parent
675ae761df
commit
efe686b534
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ unconfigure() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
configure
|
configure
|
||||||
exec xss-lock -s ${XDG_SESSION_ID} -n "$me notify" -l $me lock
|
exec xss-lock --session=${XDG_SESSION_ID} --notifier="$me notify" --transfer-sleep-lock "$me" lock
|
||||||
;;
|
;;
|
||||||
dim|notify)
|
dim|notify)
|
||||||
echo "notify: start"
|
echo "notify: start"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue