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.

12 lines
176 B

  1. #!/bin/sh
  2. wid=$1
  3. class=$2
  4. instance=$3
  5. case $class in
  6. ('')
  7. case $(ps -p "$(xdo pid $id)" -o comm= 2>/dev/null) in
  8. (qemu-system-x86) echo state=floating;;
  9. esac;;
  10. esac;