summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stumpwm/.stumpwmrc7
1 files changed, 4 insertions, 3 deletions
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)