stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] setup background wallaper in ".stumpwmrc"


From: arnuld
Subject: Re: [STUMP] setup background wallaper in ".stumpwmrc"
Date: Tue, 24 Jul 2007 23:13:38 +0530

On 7/24/07, Tassilo Horn <address@hidden> wrote:

I use this:

,----[ ~/.stumpwmrc ]
| (defparameter *th-wallpaper/border/options*
|   '(#p"/home/heimdall/.kde/share/wallpapers/fsm.jpg"
|     "black"
|     "-fullscreen")
|   "A list with the car being the image file, the second element
| being the color used by the border if the image is smaller than
| the screen and the third element other options to be passed to
| `xsetbg'")
|
| (defun th-set-wallpaper ()
|   (run-shell-command (format nil "xsetbg -border ~a ~a ~a"
|                              (second *th-wallpaper/border/options*)
|                              (third  *th-wallpaper/border/options*)
|                              (first  *th-wallpaper/border/options*))))
| (th-set-wallpaper)
`----

it does not work, all i get is a black screen. i have used the "feh"
package to set background for now.




--
http://arnuld.blogspot.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]