summaryrefslogtreecommitdiff
path: root/init.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'init.lisp')
-rw-r--r--init.lisp15
1 files changed, 15 insertions, 0 deletions
diff --git a/init.lisp b/init.lisp
new file mode 100644
index 0000000..90257f3
--- /dev/null
+++ b/init.lisp
@@ -0,0 +1,15 @@
+(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)