diff options
author | Thanos Apollo <[email protected]> | 2024-01-28 22:08:28 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-28 22:08:28 +0200 |
commit | 010084a0e4eeb049a3579dfe11a977bdedcab0d7 (patch) | |
tree | a7fbd2145d83bd34991824fa2d90236755d622aa /.stumpwm.d/theme.lisp | |
parent | b8126291082c36fe26cbb170214c3919f6aa9388 (diff) |
stumpwm:(utils) run autostart script
Diffstat (limited to '.stumpwm.d/theme.lisp')
-rw-r--r-- | .stumpwm.d/theme.lisp | 7 |
1 files changed, 4 insertions, 3 deletions
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 |