remove notify-send on everything
This commit is contained in:
parent
b919564a48
commit
3847586a88
|
@ -21,7 +21,7 @@ if [ $class = "Surf" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
notify-send "$title" "$1 | class: '$2' | instance: '$3' | $4 | role: '$role'"
|
# notify-send "$title" "$1 | class: '$2' | instance: '$3' | $4 | role: '$role'"
|
||||||
|
|
||||||
#place floating windows
|
#place floating windows
|
||||||
#adapted from https://github.com/baskerville/bspwm/issues/263
|
#adapted from https://github.com/baskerville/bspwm/issues/263
|
||||||
|
|
Loading…
Reference in New Issue