mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +00:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
if [ "$3" = "0x00000000" ]; then
|
|
display -window root $4 > /dev/null
|
|
else
|
|
display -window "$3" $4 > /dev/null
|
|
fi
|