(defpackage #:config (:use #:cl #:stumpwm)) (in-package #:config) (set-module-dir (uiop:subpathname* (user-homedir-pathname) ".stumpwm.d/modules")) (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))) (stumptray::stumptray)