Fix arguments for locking the screen
This commit is contained in:
parent
1d92f09835
commit
8e4c0c983e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ Run `*screen-locking-hook*' before locking it and run `*screen-unlocked-hook*'
|
|||
after it has been unlocked."
|
||||
(run-hook *screen-locking-hook*)
|
||||
(sb-ext:run-program
|
||||
*shell-program* '("-c" "i3lock" "--nofork" "--color=000000")
|
||||
*shell-program* '("-c" "i3lock --nofork --color=000000")
|
||||
:wait nil
|
||||
:status-hook #'run-screen-unlocked-hook))
|
||||
|
||||
|
|
Loading…
Reference in a new issue