From: hizani Date: Sat, 23 Sep 2023 15:07:10 +0000 (+0300) Subject: fix xinit files are not movable X-Git-Tag: v0.2.0.2~27^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/fc5dff23b36685515cbc036bce7dc46e3761dbee?ds=sidebyside fix xinit files are not movable --- diff --git a/programs/xinit.json b/programs/xinit.json index 2ee1e63..fd0cf68 100644 --- a/programs/xinit.json +++ b/programs/xinit.json @@ -2,14 +2,14 @@ "files": [ { "help": "Export the following environment variable:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n", - "movable": false, + "movable": true, "path": "$HOME/.xserverrc" }, { "help": "Export the following environment variable:\n\n```bash\nexport XINITRC=\"$XDG_CONFIG_HOME\"/X11/xinitrc\n```\n", - "movable": false, + "movable": true, "path": "$HOME/.xinitrc" } ], "name": "xinit" -} \ No newline at end of file +}