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.
This commit is contained in:
parent
950ccc32e6
commit
d5ae4ab90d
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ exec --no-startup-id redshift
|
||||||
exec --no-startup-id "i3-msg workspace $ws3"
|
exec --no-startup-id "i3-msg workspace $ws3"
|
||||||
|
|
||||||
# disable the urgency flags on all windows at startup
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue