Use quicklisp to load stumptray
This commit is contained in:
parent
b771f25f65
commit
1b74abb05c
1 changed files with 4 additions and 3 deletions
|
@ -310,9 +310,10 @@ Run `*lock-screen-hook*' before locking it and run
|
||||||
(concatenate 'string (sb-ext:posix-getenv "HOME")
|
(concatenate 'string (sb-ext:posix-getenv "HOME")
|
||||||
"/.stumpwm.d/desktop.lisp"))
|
"/.stumpwm.d/desktop.lisp"))
|
||||||
|
|
||||||
(ignore-errors (load-module "stumptray"))
|
;; (ignore-errors (load-module "stumptray"))
|
||||||
(load "~/.local/share/quicklisp/local-projects/stumpwm/contrib/util/stumptray/stumptray.lisp")
|
;; (load "~/.local/share/quicklisp/local-projects/stumpwm/contrib/util/stumptray/stumptray.lisp")
|
||||||
(stumptray::stumptray)
|
(ql:quickload "stumptray")
|
||||||
|
(stumptray:stumptray)
|
||||||
|
|
||||||
(ql:quickload "swank")
|
(ql:quickload "swank")
|
||||||
(swank:create-server :dont-close t)
|
(swank:create-server :dont-close t)
|
||||||
|
|
Loading…
Reference in a new issue