You are not logged in.

#1 2022-02-18 11:21:57

Montxo
Member
Registered: 2022-02-18
Posts: 2

DWM tags "notification" customization

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

#2 2022-02-18 17:42:18

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: DWM tags "notification" customization

The notifications trigger is "urgent" in dwm. See patches that work with this function, like https://dwm.suckless.org/patches/urgentborder/


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2022-02-19 10:32:43

Montxo
Member
Registered: 2022-02-18
Posts: 2

Re: DWM tags "notification" customization

I've realised that commenting these lines does the job.

if (c->isurgent)
    urg |= c->tags;

Thank you for your answer!

Offline

#4 2022-02-19 17:40:14

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: DWM tags "notification" customization

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB