CLI config/dotfiles
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.

14 lines
170 B

  1. #! /bin/sh
  2. wid=$1
  3. class=$2
  4. instance=$3
  5. if [ "$instance" = vlc ] ; then
  6. title=$(xtitle "$wid")
  7. case "$title" in
  8. vlc)
  9. echo "layer=above border=off"
  10. ;;
  11. esac
  12. fi