diff options
-rw-r--r-- | .stumpwm.d/theme.lisp | 2 | ||||
-rw-r--r-- | .stumpwm.d/utils.lisp | 2 |
2 files changed, 1 insertions, 3 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") diff --git a/.stumpwm.d/utils.lisp b/.stumpwm.d/utils.lisp index 1aeae66..3ae6081 100644 --- a/.stumpwm.d/utils.lisp +++ b/.stumpwm.d/utils.lisp @@ -11,7 +11,6 @@ (load-module "kbd-layouts") (load-module "mpd") (load-module "pinentry") -(load-module "swm-gaps") (load-module "pass") (load-module "swm-emacs") (load-module "end-session") @@ -24,7 +23,6 @@ "Start a slynk server for sly." (sb-thread:make-thread (lambda () (slynk:create-server :dont-close t)))) - (stumpwm:defcommand sly-stop-server () () "Stop current slynk server for sly." (sb-thread:make-thread (lambda () (slynk:stop-server 4005)))) |