From cb60f62d222f1e61df6e961de783e72c04c2c943 Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 7 Oct 2021 10:56:35 +0100 Subject: [PATCH] update --- 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