File: Background

package info (click to toggle)
amiwm 0.21pl2-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,004 kB
  • sloc: ansic: 9,800; perl: 443; makefile: 253; yacc: 241; lex: 215; sh: 211
file content (6 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download | duplicates (3)
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