Files
newdotfiles/linux/bspwm/external-rules.sh
2020-08-20 11:03:00 +09:00

11 lines
148 B
Bash
Executable File

#!/usr/bin/env bash
wid=$1
class=$2
instance=$3
if [[ "$class" == conky ]] || [[ "$class" == GLava ]]; then
echo manage=off
xdo lower $wid
fi