blob: b6874d6407c45bfe0b18d67f29dd5fa45608ad7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
|