xsri target
This commit is contained in:
parent
64e5dc9321
commit
c53db7f1b2
1 changed files with 11 additions and 1 deletions
12
util/bsetbg
12
util/bsetbg
|
@ -223,6 +223,16 @@ find_app()
|
|||
esac
|
||||
}
|
||||
|
||||
search_xsri()
|
||||
{
|
||||
### xsri
|
||||
full="xsri --scale-width=100 --scale-width=100"
|
||||
tile="xsri --tile"
|
||||
center="xsri --center-x --center-y"
|
||||
default=$center
|
||||
find_app xsri
|
||||
}
|
||||
|
||||
search_display()
|
||||
{
|
||||
### display
|
||||
|
@ -604,7 +614,7 @@ debug()
|
|||
echo
|
||||
}
|
||||
|
||||
IMAGE_APPS="display Esetroot wmsetbg xv xli qiv"
|
||||
IMAGE_APPS="display Esetroot wmsetbg xv xli qiv xsri"
|
||||
CONFIG="$HOME/.fluxbox/bsetbg"
|
||||
NAME=bsetbg
|
||||
VERSION=1.12
|
||||
|
|
Loading…
Reference in a new issue