Tomas Sandven
Tomas Sandven
@tjdevries I was hoping this was possible too. For what it's worth, here is my workaround: ``` -- Any embedded terminals will use a neovide popup as default editor vim.env.EDITOR...
Alternatively, if this could be achieved more easily by disabling caching of the mouse cursor theme, perhaps through an environment variable, that would be acceptable to me.
@vberger When I change my cursor theme, all Gnome applications pick it up immediately (nautilus, gnome-calculator, gnome-terminal etc.), in fact all GTK applications appear to pick it up immediately (tested...
I think ideally SCTK would handle low-level "boring" things like this without application developers having to think about it, but if there's no graceful and sensible way to do that,...
Right, that makes sense. Is the pointer "ThemeManager" a long-lived object? Would it make sense to add a `reload` function to it?
Meanwhile I've made a wrapper script that restarts bpytop any time the config file changes. It's slow and clunky and it resets all the sparklines, but it's better than nothing....
Not an option for me, everything on my HA server is deployed using Docker. Changing that would be far more hassle than using a different Docker image. (Deployment scripts, backup...
@ReneTode It's extremely common for Docker images to provide an Alpine and a non-Alpine flavor (for example, the Python image that AppDaemon's image is based on does this), so I...
What if you write `:qa`?
This sounds like expected behavior to me. If I configure the Zen window width to be 80 columns, I wouldn't expect it to fit a 80 line-length file + line...