update from Han
This commit is contained in:
parent
7b48b92860
commit
6241304199
1 changed files with 4 additions and 4 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.16 2003/08/26 20:32:27 fluxgen Exp $
|
# $Id: fbsetbg,v 1.17 2003/09/03 11:55:29 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
|
||||||
|
@ -180,9 +180,9 @@ case $WPSETTER in
|
||||||
xsri)
|
xsri)
|
||||||
full='--center-x --center-y --scale-width=100 --scale-height=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 --color=black'
|
||||||
aspect=$full
|
aspect='--center-x --center-y --scale-width=100 --scale-height=100 --keep-aspect --color=black'
|
||||||
debugstory="This is a RedHat specific app. I can't find docs about it."
|
debugstory=$standardok
|
||||||
;;
|
;;
|
||||||
display)
|
display)
|
||||||
full="`xwininfo -root|grep geom` -window root"
|
full="`xwininfo -root|grep geom` -window root"
|
||||||
|
|
Loading…
Reference in a new issue