Compare commits

...

3 Commits

Author SHA1 Message Date
Ray Elliott cb60f62d22 update 2021-10-07 10:56:35 +01:00
Ray Elliott 9a554faa15 Revert "remove notify-send on everything"
This reverts commit 3847586a88.
2021-10-07 10:55:43 +01:00
Ray Elliott 3847586a88 remove notify-send on everything 2021-10-07 10:55:41 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if [ $class = "Surf" ] ; then
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
#adapted from https://github.com/baskerville/bspwm/issues/263