summaryrefslogtreecommitdiffstats
path: root/stumpwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-20 00:51:20 +0200
committerGravatar Tom Willemse2015-04-20 00:51:20 +0200
commit1b74abb05caee8d1f4caacad4ae196ce4f896abc (patch)
treefe46e62f1590fb9be4a2f4583ac221b61c6f7f29 /stumpwm
parentb771f25f65c4902a877041b24815e60f107ccc62 (diff)
downloaddotfiles-1b74abb05caee8d1f4caacad4ae196ce4f896abc.tar.gz
dotfiles-1b74abb05caee8d1f4caacad4ae196ce4f896abc.zip
Use quicklisp to load stumptray
Diffstat (limited to 'stumpwm')
-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)