From: b3nj4m1n Date: Sun, 6 Nov 2022 04:16:20 +0000 (+0100) Subject: Merge branch 'main' of github.com:b3nj5m1n/xdg-sidekick X-Git-Tag: v0.2.0.2~123^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/ae026cd677212d2377de23009c1d9df394440700?hp=e0a4c3e4a70b7c785eff56f96af999ad6af8fe86 Merge branch 'main' of github.com:b3nj5m1n/xdg-sidekick --- diff --git a/programs/rofi.json b/programs/rofi.json new file mode 100644 index 0000000..a4b62c6 --- /dev/null +++ b/programs/rofi.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "help": "This file is created when _/run/user/1000_ is inaccesible. Consider fixing this. As a workaround, one can alias rofi to use a pidfile that is not in $HOME but is not in $XDG_RUNTIME_DIR either:\n\n```bash\nalias rofi=\"rofi -pid $XDG_STATE_DIR/rofi\"\n```\n", + "movable": true, + "path": "$HOME/.rofi.pid" + } + ], + "name": "rofi" +}