From d5ae4ab90d49a66534523399745d19e94f6f9b26 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 14 Jul 2022 08:04:39 -0400 Subject: [PATCH] Disable the urgency script Firefox in particular is being weird, and that was the last thing I changed, so I'm temporarily commenting this out to see if that changes behavior. --- autostart.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.conf b/autostart.conf index a29daef..60aef86 100644 --- a/autostart.conf +++ b/autostart.conf @@ -45,4 +45,4 @@ exec --no-startup-id redshift exec --no-startup-id "i3-msg workspace $ws3" # disable the urgency flags on all windows at startup -exec --no-startup-id ~/bin/disable_startup_urgency.sh +#exec --no-startup-id ~/bin/disable_startup_urgency.sh