[dev] [dwm] view() and toggleview() functions

2023-01-15 Thread A Farzat
I am trying to modify dwm so that the tags on all monitors are synced. Basically something like the [switch all monitor tags patch](http://dwm.suckless.org/patches/switch_all_monitor_tags/) but more extreme. It is simple to implement but I wanted to make sure of two things first: 1- In the view()

Re: [SPAM Warning!][dev] [dwm] view() and toggleview() functions

2023-01-15 Thread NRK
On Sun, Jan 15, 2023 at 06:28:55PM +0900, A Farzat wrote: > 2- In the view() function, there is this line: > ```c > selmon->seltags ^= 1; /* toggle sel tagset */ > ``` > What is the purpose of this line? In fact, what is the purpose of having > two tagsets in the first place? From what I see, all t