File: Background

package info (click to toggle)
amiwm 0.22pl2-4
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 1,044 kB
  • sloc: ansic: 10,195; perl: 443; makefile: 256; yacc: 245; lex: 215; sh: 211
file content (6 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
if [ "$3" = "0x00000000" ]; then
  display -window root $4 > /dev/null
else
  display -window "$3" $4 > /dev/null
fi