add: sticky-notes and bspwm scripts
This commit is contained in:
parent
212028fcd0
commit
d0a680305c
6 changed files with 146 additions and 6 deletions
.config/bspwm
26
.config/bspwm/external_rules
Executable file
26
.config/bspwm/external_rules
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue