Skip to content

Commit

Permalink
Merge pull request #317 from hizani/main
Browse files Browse the repository at this point in the history
fix xinit files are not movable
  • Loading branch information
b3nj5m1n authored Sep 24, 2023
2 parents ce921f6 + fc5dff2 commit 4aac3fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions programs/xinit.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4aac3fb

Please sign in to comment.