From 433e6e1a07d6255ca6131ebde38b84ef51549cad Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 3 Feb 2018 18:26:11 +0100 Subject: [PATCH] StumpWM: disable mode-line --- stumpwm/stumpwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 0c2df15..4039468 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -151,8 +151,8 @@ (run-shell-command "nitrogen --restore") ;; 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))) ;; set backlight (defcommand set-backlight (value)