diff options
Diffstat (limited to '.stumpwm.d/theme.lisp')
-rw-r--r-- | .stumpwm.d/theme.lisp | 2 |
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") |