randoragon
randoragon
The current implementation of `focus_follows_pointer` activates the hovered-over window *every time* the pointer is moving. This is often undesirable and unintuitive for various reasons, but most notably it causes **very...
As far as I'm aware, there is currently no way of telling hlwm to stop watching an attribute. I would love for there to be something like `hc unwatch PATH`,...
As the title says. Expanding variables in fallback values is standard POSIX behavior that's implemented in virtually all Linux shells (dash, bash, zsh, and many more I imagine). It is...
Technically this is not a bug, but an inconvenient behavior that should be possible to disable, in my opinion. During a merge or interactive rebase, when conflicts are encountered, lazygit...
Consider a sample mp3 file created in the following way: ```sh ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame -id3v2_version 0 sample.mp3 mid3v2 --TXXX Key:Value sample.mp3 ```...
**Describe the bug** When I press a keybinding to open a terminal for instance, the focused module goes blank. It updates its contents only when I move the focus back...