From: Jack Brower Date: Sun, 4 Dec 2022 11:22:08 +0000 (-0500) Subject: Add `imwheel` (#200) X-Git-Tag: v0.2.0.2~111^2~2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/2f22b6e176553d2a42480643f0a0a8a832248b2a Add `imwheel` (#200) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- diff --git a/programs/imwheel.json b/programs/imwheel.json new file mode 100644 index 0000000..56bb7e0 --- /dev/null +++ b/programs/imwheel.json @@ -0,0 +1,10 @@ +{ + "name": "imwheel", + "files": [ + { + "path": "$HOME/.imwheelrc", + "movable": false, + "help": "imwheel does not does not support changing the config file location, but you can configure it through a global config file, probably stored at `/etc/X11/imwheel/imwheelrc`.\n```\n" + } + ] +}