Add conky and gtk theme
This commit is contained in:
10
linux/bspwm/external-rules.sh
Executable file
10
linux/bspwm/external-rules.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
wid=$1
|
||||
class=$2
|
||||
instance=$3
|
||||
|
||||
if [[ "$class" == conky ]] || [[ "$class" == GLava ]]; then
|
||||
echo manage=off
|
||||
xdo lower $wid
|
||||
fi
|
||||
Reference in New Issue
Block a user