minor fix
This commit is contained in:
parent
b947855ca5
commit
bb374e2cca
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# $Id: fbsetbg,v 1.15 2003/08/17 13:27:44 fluxgen Exp $
|
# $Id: fbsetbg,v 1.16 2003/08/26 20:32:27 fluxgen Exp $
|
||||||
|
|
||||||
# Portability notes:
|
# Portability notes:
|
||||||
# To guarantee this script works on all platforms that support fluxbox
|
# To guarantee this script works on all platforms that support fluxbox
|
||||||
|
@ -178,7 +178,7 @@ case $WPSETTER in
|
||||||
debugstory=$standardok
|
debugstory=$standardok
|
||||||
;;
|
;;
|
||||||
xsri)
|
xsri)
|
||||||
full='--center-x --center-y --scale-width=100 --scale-width=100'
|
full='--center-x --center-y --scale-width=100 --scale-height=100'
|
||||||
tile='--tile'
|
tile='--tile'
|
||||||
center='--center-x --center-y'
|
center='--center-x --center-y'
|
||||||
aspect=$full
|
aspect=$full
|
||||||
|
|
Loading…
Reference in a new issue