Mahor Foruzesh
Mahor Foruzesh
you should download one of them from link below and put it in ~/.theme folder https://www.pling.com/p/1280977 each one have their own branch in this repo https://github.com/EliverLara/Juno/branches
> Could you go into more detail on what steps you took to accomplish this? I installed pavucontrol but cant figure out how to "use desktop background sound as a...
edit: I just realized this usage of `Deref` is an anti-pattern: https://rust-unofficial.github.io/patterns/anti_patterns/deref.html >Chriscoomber's answer was quite useful for me. I've created a simple wrapper around `Lazy` to use `LazyBoxedInit` >...
~~I didn't use `PCAHCE` as images can be quite large~~
And if it was possible to not use temporary files and `/tmp` it would make it more robust. I couldn't figure out how to do it. When I pass the...
~~I can't access Debian repositories right now due to internet censorship in my region. I'll test the new deb package when the censorship is lifted or someone else should do...
The plugin works out of the box when I use the minimal config mentioned above, but when I switch to my customized `init.lua` it doesn't start automatically. I get the...
I've done something similar with `tmux` and `vifm` (the side pane is toggle-able):  Here is the configurations: https://github.com/vifm/vifm/tree/master/data/plugins/editor
I have the same problem. For a temporary fix, you can try adding this config to `~/.config/helix/languages.toml`: ```toml # https://docs.helix-editor.com/languages.html [[language]] name = "ini" file-types = [ "conf", # from...
Unfortunately it seems that that's not possible currently. There is a `suffix` option to set the filetype for certain paths but it only accepts files not directories. https://github.com/helix-editor/helix/blob/c9694f680f97823ac9b893239a78bf45bfee0403/helix-core/src/syntax.rs#L160-L167 Personally, I'm...