From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:42:53 +0000 (+0200) Subject: Merge pull request #303 from LuckyWindsck/main-1 X-Git-Tag: v0.2.0.2~34 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/e0ac322bbf85ba6afc783876311304653f63585e?hp=876289a625b613d10e321397c5e9ffd45c966205 Merge pull request #303 from LuckyWindsck/main-1 --- diff --git a/programs/ansible.json b/programs/ansible.json index 076a76a..dba6da9 100644 --- a/programs/ansible.json +++ b/programs/ansible.json @@ -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" diff --git a/programs/xorg-xrdb.json b/programs/xorg-xrdb.json index 63c29d2..14dacf9 100644 --- a/programs/xorg-xrdb.json +++ b/programs/xorg-xrdb.json @@ -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"