]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #317 from hizani/main
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sun, 24 Sep 2023 14:01:22 +0000 (16:01 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 14:01:22 +0000 (16:01 +0200)
fix xinit files are not movable

programs/xinit.json

index 2ee1e630b7d483309ccda4f46911e04ed986d08e..fd0cf68189325a9f8cec4c65915ad921face7bf5 100644 (file)
@@ -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
+}