diff options
Diffstat (limited to 'util/bsetbg')
-rwxr-xr-x | util/bsetbg | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/util/bsetbg b/util/bsetbg index 9f3fc12..0250495 100755 --- a/util/bsetbg +++ b/util/bsetbg | |||
@@ -223,6 +223,16 @@ find_app() | |||
223 | esac | 223 | esac |
224 | } | 224 | } |
225 | 225 | ||
226 | search_xsri() | ||
227 | { | ||
228 | ### xsri | ||
229 | full="xsri --scale-width=100 --scale-width=100" | ||
230 | tile="xsri --tile" | ||
231 | center="xsri --center-x --center-y" | ||
232 | default=$center | ||
233 | find_app xsri | ||
234 | } | ||
235 | |||
226 | search_display() | 236 | search_display() |
227 | { | 237 | { |
228 | ### display | 238 | ### display |
@@ -604,7 +614,7 @@ debug() | |||
604 | echo | 614 | echo |
605 | } | 615 | } |
606 | 616 | ||
607 | IMAGE_APPS="display Esetroot wmsetbg xv xli qiv" | 617 | IMAGE_APPS="display Esetroot wmsetbg xv xli qiv xsri" |
608 | CONFIG="$HOME/.fluxbox/bsetbg" | 618 | CONFIG="$HOME/.fluxbox/bsetbg" |
609 | NAME=bsetbg | 619 | NAME=bsetbg |
610 | VERSION=1.12 | 620 | VERSION=1.12 |