diff --git a/stumpwm/.stumpwmrc b/stumpwm/.stumpwmrc index 7fd39b5..f27e782 100644 --- a/stumpwm/.stumpwmrc +++ b/stumpwm/.stumpwmrc @@ -310,9 +310,10 @@ Run `*lock-screen-hook*' before locking it and run (concatenate 'string (sb-ext:posix-getenv "HOME") "/.stumpwm.d/desktop.lisp")) -(ignore-errors (load-module "stumptray")) -(load "~/.local/share/quicklisp/local-projects/stumpwm/contrib/util/stumptray/stumptray.lisp") -(stumptray::stumptray) +;; (ignore-errors (load-module "stumptray")) +;; (load "~/.local/share/quicklisp/local-projects/stumpwm/contrib/util/stumptray/stumptray.lisp") +(ql:quickload "stumptray") +(stumptray:stumptray) (ql:quickload "swank") (swank:create-server :dont-close t)