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