add: sticky-notes and bspwm scripts

This commit is contained in:
Tobias Reisinger 2020-06-30 18:36:28 +02:00
parent 212028fcd0
commit d0a680305c
6 changed files with 146 additions and 6 deletions
.config/bspwm

26
.config/bspwm/external_rules Executable file
View file

@ -0,0 +1,26 @@
#!/usr/bin/sh
wid=$1
class=$2
instance=$3
consequences=$4
#notify-send "$1 $2 $3 $4"
#if [ "$instance" = fontforge ] ; then
# title=$(xtitle "$wid")
# case "$title" in
# Layers|Tools|Warning)
# echo "focus=off"
# ;;
# esac
#fi
#
#case "$class" in
# Lutris|Liferea)
# eval "$consequences"
# [ "$state" ] || echo "state=pseudo_tiled"
# ;;
#esac
#echo "state=floating"