Janfel
Janfel
Many window managers have a feature, where you can scroll through inactive windows. When running Howl under KDE Plasma/KWin/X11, this does not seem to work. Other GTK programs such as...
It would be nice if the `moon` executable (like the `lua` executable) had a `-e` switch, that would execute a program passed as a string. This would also justify the...
Explain-pause-mode: please report this bug by creating a Github issue at https://github.com/lastquestion/explain-pause-mode. Explain-pause-mode is now _disabled_ so you can continue to hopefully use Emacs. Info follows: explain-pause version: 0.1 emacs...
This PR - consolidates the list of supported file extensions into three constants (`NdsRomExtensions`, `GbaRomExtensions` and `ArchiveExtensions`), - enables archive detection for the command line parameters, fixing #1393, - filters...
As of `xclip 0.13`, using `xclip` in a pipeline requires the user to explicitly add the `-filter` argument. Changing the default value from `-silent` to `isatty(stdout) ? -silent : -filter`...
Please add an `install()` clause for `doc/joycond.1` to `CMakeLists.txt` so it is automatically installed.
Hello, I have noticed an issue with the indentation of table literals as function arguments, when the braces and parentheses are combined like below. **Expected Indentation** ```lua do foo() somefunction(arg1,...
Calling `emmet-expand-yas` with point after a single forward slash causes an error `Wrong type argument: arrayp, nil`. I am using `emmet-mode` version 1acb821e0142136344ccf40c1e5fb664d7db2e70 on Doom Emacs.
The [Meson Style Guide](https://mesonbuild.com/Style-guide.html) contains this piece of code: ``` sources = files([ 'aaa/a1.c', 'aaa/a2.c', 'bbb/subdir1/b1.c', 'bbb/subdir2/b2.c', 'bbb/subdir10/b3.c', 'bbb/subdir20/b4.c', 'bbb/b5.c', 'bbb/b6.c', 'f1.c', 'f2.c', 'f10.c', 'f20.c' ]) ``` When I copy...
Hi, I’ve noticed that you use hard-coded paths to `$HOME/.local/share/winapps`, `$HOME/.config/winapps` etc.. Can you maybe change those to `${XDG_DATA_HOME:-"$HOME/.local/share"}/winapps`, `${XDG_CONFIG_HOME:-"$HOME/.config"}/winapps` etc. to conform to the XDG Base Directory Specification? See...