From 1c8cab9a44fa80e88afc016067623d7e3a25bb10 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Tue, 17 Dec 2024 18:52:36 +0100 Subject: initial commit --- init.lisp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 init.lisp (limited to 'init.lisp') 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) -- cgit v1.2.3