]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #303 from LuckyWindsck/main-1
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Fri, 18 Aug 2023 00:42:53 +0000 (02:42 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2023 00:42:53 +0000 (02:42 +0200)
programs/ansible.json
programs/xorg-xrdb.json

index 076a76ac11695ebb9c97d21d55ca2e77c28b4606..dba6da959add111f5df273d3ffbaf5a46f27bba8 100644 (file)
@@ -2,8 +2,8 @@
     "files": [
         {
             "path": "$HOME/.ansible",
-            "movable": false,
-            "help": "See [this](https://github.com/ansible/ansible/commit/d7fbde4ea9db6cc44e81c39d699595330f4fa3c6) pull request.\n\nSeems to be implemented now, you should be able to set the _ANSIBLE_HOME_ environment variable.\n\nI couldn't get it to work yet unfortunately, and you might need to wait for a new release.\n"
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport ANSIBLE_HOME=\"$XDG_DATA_HOME\"/ansible\n```\n"
         }
     ],
     "name": "ansible"
index 63c29d2fdb38c9af23b54569694f7f0ea164981b..14dacf919561579c75cf228382ea83ecb15a863b 100644 (file)
@@ -4,6 +4,11 @@
             "path": "$HOME/.Xresources",
             "movable": true,
             "help": "xrdb loads these resources, wherever you call xrdb, add this flag:\n\n```bash\nxrdb -load \"$XDG_CONFIG_HOME/X11/xresources\"\n```\n\n_Note: It will probably be called by your Xsession file._\n"
+        },
+        {
+            "path": "$HOME/.Xdefaults",
+            "movable": true,
+            "help": "Old version of .Xresources. xrdb loads these resources, wherever you call xrdb, add this flag:\n\n```bash\nxrdb -load \"$XDG_CONFIG_HOME/X11/xresources\"\n```\n\n_Note: It will probably be called by your Xsession file._\n"
         }
     ],
     "name": "xorg-xrdb"