Stein Gunnar Bakkeby
Stein Gunnar Bakkeby
Maybe check in your config if you have resizehints set to 1 (which is the default in dwm). I believe that the Discord window has minimum size restrictions and having...
That is an interesting approach for a vertical bar. I think it is _probably_ not feasible to integrate into dwm-flexipatch though due to conflicts and the way bar modules are...
Maybe. Could you try with these changes? ```diff diff --git a/dwm.c b/dwm.c index 7497c65..20b9a7a 100644 --- a/dwm.c +++ b/dwm.c @@ -1455,6 +1455,35 @@ configure(Client *c) ce.width = c->w; ce.height =...
Hi @Zerogaku, can you try removing these two lines: ```c ce.width += c->bw * 2; ce.height += c->bw * 2; ``` I see that the border width is already added...
OK, thanks for checking. Sounds like it may be a picom issue, what version are you using?
To be fair the noborder patch is notorious for creating weird side effects.
MOD+Tab does only one thing; it changes the view back to the previous view. The proposal / idea here is to have a longer history of tag changes, and that...
> How can I quickly navigate through these three tags? You can quickly navigate to tag 2 using `MOD`+2, you can quickly navigate to tag 5 using `MOD`+5, you can...
If your ideal workflow is such that you need to change tags 200 times in a day, then hitting `MOD`+number 200 times beats hitting `MOD`+Tab 400 times (considering that about...
> shiftview: how many times do you need to click left\right to bypass 1,3 9 tag and return to 3 tag? :) If you had actually taken the time to...