diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-12-18 14:52:38 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-12-18 14:52:38 +0100 |
| commit | 337c8527822c87f863164d974337977187265b0a (patch) | |
| tree | b7d3a2ee30ca7c6ba585c71af45a4ade2b92a651 /init.lisp | |
| parent | 8191d768d636b4a91611f232fd3e8024cce0fe32 (diff) | |
fix again
Diffstat (limited to 'init.lisp')
| -rw-r--r-- | init.lisp | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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) |
