]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
rofi's .rofi.pid (#151)
authorsurrealoatmeal <110714099+surrealoatmeal@users.noreply.github.com>
Sat, 5 Nov 2022 04:14:49 +0000 (04:14 +0000)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sun, 6 Nov 2022 04:17:03 +0000 (05:17 +0100)
Co-authored-by: b3nj4m1n <b3nj4m1n@gmx.net>
programs/rofi.json [new file with mode: 0644]

diff --git a/programs/rofi.json b/programs/rofi.json
new file mode 100644 (file)
index 0000000..a4b62c6
--- /dev/null
@@ -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"
+}