From 337c8527822c87f863164d974337977187265b0a Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 18 Dec 2024 14:52:38 +0100 Subject: fix again --- init.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index 90257f3..b6874d6 100644 --- a/init.lisp +++ b/init.lisp @@ -4,12 +4,12 @@ (set-module-dir (uiop:subpathname* (user-homedir-pathname) ".stumpwm.d/modules")) -(load "~/.stumpwm.d/modeline.lisp") +;;(load "~/.stumpwm.d/modeline.lisp") (load "~/.stumpwm.d/keybinds.lisp") (load "~/.stumpwm.d/visual.lisp") -(when *initializing* - (dolist (h (screen-heads (current-screen))) - (enable-mode-line (current-screen) h t))) +;;(when *initializing* +;; (dolist (h (screen-heads (current-screen))) +;; (enable-mode-line (current-screen) h t))) -(stumptray::stumptray) +;;(stumptray::stumptray) -- cgit v1.2.3