-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configs for ${HOME}/.icons, distcc, awesome, luarocks, (#89)
${HOME}/.Wolfram, mono, pandoc, skrooge, tigervnc, VESTA, and zoom.
- Loading branch information
1 parent
4886ccc
commit b32b5f5
Showing
11 changed files
with
102 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "$HOME/.awesome-errors", | ||
"movable": true, | ||
"help": "Update /etc/X11/Sessions/awesome and edit the line like \n\n```\nfor errfile in \"$HOME/.awesome-errors\" \"${TMPDIR-/tmp}/awesome-$USER\" \"/tmp/awesome-$USER\"\n```\n\nto read\n\n```\nfor errfile in $XDG_CACHE_HOME/awesome/errors\n\n```\n\n" | ||
} | ||
], | ||
"name": "awesome" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "$HOME/.distcc", | ||
"movable": true, | ||
"help": "Export the following environment variables:\n\n```bash\nexport DISTCC_DIR=\"$XDG_CONFIG_HOME\"/distcc\n```\n" | ||
} | ||
], | ||
"name": "distcc" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "icons", | ||
"files": [ | ||
{ | ||
"path": "${HOME}/.icons", | ||
"movable": true, | ||
"help": "Supported\n\nThe file ${HOME}/.icons can be moved to ${XDG_DATA_HOME}/icons.\n" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "$HOME/.mono", | ||
"movable": false, | ||
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/mono/mono/pull/12764\n" | ||
} | ||
], | ||
"name": "mono" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "pandoc", | ||
"files": [ | ||
{ | ||
"path": "$HOME/.pandoc", | ||
"movable": true, | ||
"help": "Supported\n\nThe file ${HOME}/.pandoc can be moved to ${XDG_DATA_HOME}/pandoc.\n" | ||
} | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "$HOME/.skrooge", | ||
"movable": false, | ||
"help": "Currently unsupported.\n\n_Relevant issue:_ https://bugs.kde.org/show_bug.cgi?id=454965\n" | ||
} | ||
], | ||
"name": "skrooge" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "$HOME/.vnc", | ||
"movable": false, | ||
"help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/TigerVNC/tigervnc/issues/1195\n" | ||
} | ||
], | ||
"name": "tigervnc" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "$HOME/.vesta", | ||
"movable": false, | ||
"help": "Currently unsupported. No information found. \n" | ||
} | ||
], | ||
"name": "tigervnc" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "$HOME/.zoom", | ||
"movable": true, | ||
"help": "Unrecommended: setting the following variable moves the contents of .zoom but the directory itself always gets created. Moreover, it breaks some functionalities eg. being able to start a meeting:\n\n```bash\nexport SSB_HOME=\"$XDG_DATA_HOME\"/zoom\n```\n" | ||
} | ||
] | ||
} |