From fc5dff23b36685515cbc036bce7dc46e3761dbee Mon Sep 17 00:00:00 2001 From: hizani Date: Sat, 23 Sep 2023 18:07:10 +0300 Subject: [PATCH] fix xinit files are not movable --- programs/xinit.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/xinit.json b/programs/xinit.json index 2ee1e630..fd0cf681 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 +}