Add conky and gtk theme

This commit is contained in:
2020-08-20 11:03:00 +09:00
parent f6e075d9b5
commit 7846fdae50
657 changed files with 18774 additions and 218 deletions

10
linux/bspwm/external-rules.sh Executable file
View 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