You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
302 B
15 lines
302 B
#!/bin/sh
|
|
wid=$1
|
|
class=$2
|
|
instance=$3
|
|
title="$(xdotool getwindowname "$wid")"
|
|
|
|
case $class in
|
|
('')
|
|
case $(ps -p "$(xdo pid $id)" -o comm= 2>/dev/null) in
|
|
(qemu-system-x86) echo state=floating;;
|
|
esac;;
|
|
esac;
|
|
|
|
[ "$title" = "Mehrere Dateien gleichzeitig umbenennen" ] && echo 'rectangle=750x500'
|
|
|