Christian Duerr
Christian Duerr
As far as I can tell, wayland explorer already supports dark mode if the browser requests it. However in Firefox when enabling tracking protection it does not send this value....
This implements a coordinated shutdown of the config monitor by sending an event to its thread and waiting for the thread to terminate.
Currently when writing to a path starting with `~`, the output will just be printed to stdout and the application quits. This is very unfortunate because escape sequences cannot easily...
This is a bit much, but I'm not aware of any other application that allows easily creating ascii animations. So it would be nice if sketch could help with that....
When a user is typing text, it should be possible to go to the next line by pressing "enter". The target column should be based on where the user has...
I'm not particularly worried about trying to support a large section of different terminal emulators, but it would be nice to at least get the rudimentary feature checks into the...
Andrew seems to load the configuration file for fontconfig directly: https://github.com/trimental/andrew/blob/30a2d2487e726520cfcf8a2e615fefab697649c7/src/text/fontconfig.rs#L15 This will obviously cause problems on systems that do not have the file in that location. Like Clear Linux...
When opening a new subsurface under the mouse pointer, `wl_pointer::enter` is not sent until after the mouse is moved over the window or a button is pressed. As a result,...
This is basically just a low-effort copy-paste of the Sway issue I've opened. However I noticed identical behavior with Anvil so I thought someone might be interested in solving this...