You are not logged in.
I've written a little script that save the session on qutebrowser so that I can read which song is currently playing on Spotify Web.
However, every time it is executed, the tag where qutebrowser is turns its background to white. I would like to disable that feature since I'm constantly using that script.
I am new to DWM and arch so could you give me a hint on where it should be on the DWM code?
Offline
The notifications trigger is "urgent" in dwm. See patches that work with this function, like https://dwm.suckless.org/patches/urgentborder/
Offline
I've realised that commenting these lines does the job.
if (c->isurgent)
urg |= c->tags;Thank you for your answer!
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline