Warn if the i3lock program can’t be found
This commit is contained in:
parent
ed92628a52
commit
f339c6b237
1 changed files with 5 additions and 0 deletions
|
@ -36,4 +36,9 @@ after it has been unlocked."
|
||||||
|
|
||||||
(swm-gaps:toggle-gaps)
|
(swm-gaps:toggle-gaps)
|
||||||
|
|
||||||
|
(with-message-queuing t
|
||||||
|
(let ((programs-in-path (programs-in-path)))
|
||||||
|
(unless (member "i3lock" programs-in-path :test #'string-equal)
|
||||||
|
(echo "Couldn't find the i3lock executable, can't lock screen"))))
|
||||||
|
|
||||||
(swank:create-server :dont-close t)
|
(swank:create-server :dont-close t)
|
||||||
|
|
Loading…
Reference in a new issue