Remove urgency hinting on startup
When i3 starts, all the auto-started windows get the urgency marker set. You would typically have to go through and activate each window to unset the flag. That is pointless busiwork. Script adatped from https://www.reddit.com/r/i3wm/comments/vuv53l/comment/ifhk3k5/?utm_source=share&utm_medium=web2x&context=3
This commit is contained in:
parent
3fed954292
commit
950ccc32e6
1 changed files with 3 additions and 0 deletions
|
@ -43,3 +43,6 @@ exec --no-startup-id redshift
|
|||
|
||||
# Switch to the terminal/email workspace by default
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue