From 010084a0e4eeb049a3579dfe11a977bdedcab0d7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 28 Jan 2024 22:08:28 +0200 Subject: stumpwm:(utils) run autostart script --- .stumpwm.d/theme.lisp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.stumpwm.d/theme.lisp') diff --git a/.stumpwm.d/theme.lisp b/.stumpwm.d/theme.lisp index 0160e1a..ad42d5e 100644 --- a/.stumpwm.d/theme.lisp +++ b/.stumpwm.d/theme.lisp @@ -6,6 +6,7 @@ (stumpwm:load-module "ttf-fonts") (load "~/.stumpwm.d/colors.lisp") +(run-shell-command "~/.config/autostart/autostart.sh ") ;; Wallpaper (defun feh-set-wallpaper (wallpaper-name) @@ -20,8 +21,8 @@ ((equal (asdf:hostname) "hermes") (feh-set-wallpaper "cyberpunk-wallpaper2.jpg")))) -(when *initializing* - (thanos/set-wallpapers)) +;; (when *initializing* +;; (thanos/set-wallpapers)) (setf *message-window-gravity* :center *input-window-gravity* :center @@ -44,7 +45,7 @@ (set-float-unfocus-color thanos-hope3) (set-fg-color thanos-hope-fg) -(set-bg-color thanos-hope-alt) +(set-bg-color thanos-hope) (setf swm-gaps:*head-gaps-size* 6 swm-gaps:*inner-gaps-size* 6 -- cgit v1.2.3