summaryrefslogtreecommitdiff
path: root/.stumpwm.d/theme.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-06 16:37:38 +0300
committerThanos Apollo <[email protected]>2023-09-06 16:37:38 +0300
commitd98b4808a2a38db1732f7472d8d16613af9e5a97 (patch)
tree498ce20492d8c85b429a28b9568042dbbd336bbd /.stumpwm.d/theme.lisp
parenta25abe190666de3d883b61e612b1802bc8a07548 (diff)
stumpwm: move swm-gaps to theme module
Diffstat (limited to '.stumpwm.d/theme.lisp')
-rw-r--r--.stumpwm.d/theme.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stumpwm.d/theme.lisp b/.stumpwm.d/theme.lisp
index acd876a..e314441 100644
--- a/.stumpwm.d/theme.lisp
+++ b/.stumpwm.d/theme.lisp
@@ -1,7 +1,7 @@
;; Startup message
(setf *startup-message* "Welcome back, Thanos")
-
+(load-module "swm-gaps")
;; Colors
(load-module "ttf-fonts")
(load "~/.stumpwm.d/colors.lisp")