From 72bb9d7b9ce198ff45b28b02cbaca995bf67d86f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 1 Jul 2024 14:20:25 -0700 Subject: Set wallpaper when stumpwm starts This depends on ‘feh’ being installed and the wallpaper existing. I'll want to update it to actually depend on the ‘feh’ package and to download the wallpaper package from somewhere else. --- oni/home/services/stumpwm/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oni/home/services/stumpwm') diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config index c566cf2..82907aa 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/config @@ -152,6 +152,8 @@ after it has been unlocked." (define-frame-preference "teams" (0 t t :class "teams-for-linux" :create t)) +(sb-ext:run-program *shell-program* '("-c" "feh --bg-center ~/pictures/wallpaper/5120x1440/wallhaven-v9ydgl.jpg")) + (swank:create-server :dont-close t) (which-key-mode) -- cgit v1.2.3-54-g00ecf