From 3847586a88f0b9bcd12421f641d691f65dae275e Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 7 Oct 2021 10:55:41 +0100 Subject: [PATCH] remove notify-send on everything --- external.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external.sh b/external.sh index 44d7782..ea9cf16 100755 --- a/external.sh +++ b/external.sh @@ -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