diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-06-29 13:33:07 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:44 +0200 |
commit | 24c7cfaf1e792a840a99e6c47354a0e8f24869d4 (patch) | |
tree | 2d66a4d9d809f882411a61dd3d6586ea30bb7955 | |
parent | 93f549dd43071d2eb23ded2e625f5160ecd85377 (diff) |
add (commented out) blurb to get openbsd-wallpaper running.
"perso j'ai rien contre" ok matthieu@
-rw-r--r-- | config/Xsetup_0 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config/Xsetup_0 b/config/Xsetup_0 index b458563..770fab4 100644 --- a/config/Xsetup_0 +++ b/config/Xsetup_0 @@ -1,6 +1,14 @@ #!/bin/sh -# $OpenBSD: Xsetup_0,v 1.5 2018/07/17 11:52:12 matthieu Exp $ +# $OpenBSD: Xsetup_0,v 1.6 2019/06/29 13:33:06 espie Exp $ xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail +# install package openbsd-backgrounds +# then uncomment: +# +# if test -x /usr/local/bin/openbsd-wallpaper +# then +# /usr/local/bin/openbsd-wallpaper +# fi + # sxpm OpenBSD.xpm & |