From 273e859d73a36ab5502074292a0c773e33157fc7 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 29 Nov 2017 19:35:21 +0100 Subject: [PATCH] StumpWM: launch stumptray at the correct place --- stumpwm/stumpwmrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index fa4dfed..cf9f9b9 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -56,8 +56,6 @@ (load-module "hostname") (load-module "stumptray") -(stumptray:stumptray) - ;; mode-line style (setf *mode-line-background-color* "#333333" *mode-line-foreground-color* "#cccccc" @@ -276,6 +274,7 @@ (run-shell-command "redshift") ;; last settings +(stumptray:stumptray) (switch-layout-to *key-layout*)