Stein Gunnar Bakkeby
Stein Gunnar Bakkeby
I see how this would work, but in practice it would make your Xresources file even more unmanageable I'd think. I was thinking that in your Xresources file you'd have...
You are right the alphas using wildcards in the Xresources file would make it fairly simple in that respect.
@UtkarshVerma could you have a look / play around with this branch of dwm-flexipatch? https://github.com/bakkeby/dwm-flexipatch/tree/vertigo It has a few proof-of-concept changes incorporating these alpha resources as well as support for...
skippy-xd, never heard of that one before. The warping of the mouse cursor is handled by skippy-xd: ```c $ grep -rn XWarpPointer skippy-xd skippy-xd/src/clientwin.c:466: XWarpPointer(ps->dpy, None, cw->wid_client, skippy-xd/src/focus.h:32: XWarpPointer(ps->dpy, None,...
To do that I think you would need to move the warp call after the `focus(c);` statements in the `clientmessage` function: ```c } else if (cme->message_type == netatom[NetActiveWindow]) { #if...
Another alternative could be to use RGBA values in your ~/.Xresources file and add logic to handle those within dwm.
I'm not sure how these changes make any difference. The `dist` variable is hardcoded as 3000000 so this will only have an effect if the `client_dist` happens to also be...
Maybe similar to #206
You need to configure this in dwmblocks, not in dwm. What you'll need is: - dwmblocks patched with click support (or use Luke Smith's build) - set a unique update...
Yes I would not expect this to work at all as the feature is intended for classical desktop environments. Let's say that you are using gnome or KDE with four...