midirhee12
midirhee12
Need "profile" before the opening bracket or `kanshi` will complain and exit without parsing.
There were some functions that had `_hypr` and the sway equivalent did not have `_sway` at the end. This leads the reader of the code to believe that it is...
### Motivation ### At the moment, development for integrating with `kanshi`, `way-displays`, and/or other solutions has stalled. Also, it may be beneficial to have an in-house solution anyways to avoid...
**Is your feature request related to a problem? Please describe.** There is currently no shell hook for `xonsh`. It looks like this was [planned at some point](https://github.com/direnv/direnv/pull/357#discussion_r186582270) but nothing came...
This attempts to generalize wlroots compositors by checking against the proper desktop name instead of only sway. This fixes the problem of only supporting sway. Any additional desktop will just...
So instead of: ```console $ eza --tree --level=1 . ├── foo └── bar ``` or ```console $ eza --tree --level=1 --absolute /some/path ├── /some/path/foo └── /some/path/bar ``` You could have:...
### Problem While in the command line window, any text being searched does not highlight in the last buffer. ### Steps to reproduce ``` nvim --clean :e q/a ``` ```...