From 2d53d934fec39ebdb0966b1631cb027f99161b0c Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 19 May 2020 17:35:29 +0200 Subject: [PATCH] [StumpWM] Re-activated mode-line and stumptray --- stumpwm/stumpwmrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 3c8dcb6..0059ba7 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -167,8 +167,8 @@ (run-shell-command "compton --config ~/.config/compton.conf") ;; start mode line -;; (if (not (head-mode-line (current-head))) -;; (toggle-mode-line (current-screen) (current-head))) +(if (not (head-mode-line (current-head))) + (toggle-mode-line (current-screen) (current-head))) (defparameter *backlight-sysfs* "/sys/class/backlight/intel_backlight/") @@ -367,7 +367,7 @@ script." (run-shell-command "redshift") ;; last settings -;; (stumptray:stumptray) +(stumptray:stumptray) (switch-layout-to *key-layout*)