Friso Smit
Friso Smit
Dunstify isn't necessarily made to work with gnome's notification daemon. Not all features will work. I don't think it's possible to run Dunst on a gnome environment
Thanks for creating this. Could the file name maybe be a bit more descriptive? A comment inside the file would also be helpful. This way people can know what it's...
The same counts for your other PR
Sure, it can be solved with the `ZSH_HIGHLIGHT_DIRS_BLACKLIST`, but ideally the plugin can figure this out for itself. I've had issues with this for a long time and wasn't sure...
> > Sure, it can be solved with the `ZSH_HIGHLIGHT_DIRS_BLACKLIST`, but ideally the plugin can figure this out for itself. > > How? For example by implementing #361. This could...
> > That the typing of text isn't inhibited by a slow file system. When you are cd'd in a slow directory, all typing seems to be slowed down, making...
It seems like fish is using a background thread: https://github.com/fish-shell/fish-shell/blob/master/src/highlight.cpp. This might be the cleanest solution after all.
Oh I didn't know that worked. Then my suggestion is to *also* allow clicking on the post itself, just like when you are logged in :)
I've been working on dunst's icon code. At first I tried just copying mako's implementation (https://github.com/dunst-project/dunst/pull/864), but I didn't think it was fast enough for some use cases. In a...
@UtkarshVerma It's been a while. Would you like to finish this PR?