Hi everyone, my name is Mike. I used to upload videos to YouTube as LinuxDabbler. Although I havenât uploaded in a long time, i have still been working on some pretty cool stuff and I have one that I hope you guys will like. I wrote my own patch for dwm! its called dwm-autopage. It sets user configurable âpage capacityâ limits for each tag. page capacity can be different for each layout. So if tile is set to 3 clients, the 4th client will be âautopagedâ to the next tag. You can set the behavior to follow autopaged clients to the next tag or not per layout as well. All clients are autopage candidates by default, but if the client is floating, or it is governed by a rule, or has been manually moved to a specific tag⌠it is not a candidate for autopage. I set it up this way because autopaged clients will automatically collapse to fill gaps in tags left by closing clients and I didnât want rule governed clients, floating clients, or manually moved clients to be affected by the collapse function.
I have been using this for the last couple of months and have tried it with several different layouts and all of them have workedâŚexcept for floating (obviously).
If this sounds interesting to you, and you wouldnât mind leaving me some feedback, please feel free to check out my patch on my gitab page.
If you are wondering, why I did not link to the suckless website⌠itâs because i submitted it this morning and (from what I understand) it takes a few days to show new submitted patches.