Files
amiwm-neo/Background_stretch
Adrian Chadd 2a05c6f3e4 [background] Don't use GNU sed extensions
This makes it work on freebsd!
2022-02-22 22:00:47 -08:00

7 lines
299 B
Bash
Executable File

#!/bin/sh
if [ "$3" = "0x00000000" ]; then
display -resize $(xwininfo -root | grep geometry | sed "s/-geometry //" | sed "s/+0+0//")\! -window root "$4" > /dev/null
else
display -resize $(xwininfo -root | grep geometry | sed "s/-geometry //" | sed "s/+0+0//")\! -window "$3" "$4" > /dev/null
fi