Add more XDG variables
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
6cb1fb7ccd
commit
56a77bb7b2
6 changed files with 17 additions and 57 deletions
4
install
4
install
|
@ -26,7 +26,7 @@ DIRECTORIES=(
|
|||
".local/log"
|
||||
"Build"
|
||||
"Downloads"
|
||||
"Keys"
|
||||
".local/keys"
|
||||
"Music"
|
||||
"Pictures"
|
||||
"Projects"
|
||||
|
@ -53,6 +53,7 @@ LINKED_FILES_HOME=(
|
|||
".config/gtk-2.0"
|
||||
".config/gtk-3.0"
|
||||
".config/httpie"
|
||||
".config/maven"
|
||||
".config/i3"
|
||||
".config/mpv"
|
||||
".config/newsboat"
|
||||
|
@ -99,6 +100,7 @@ ADD_GROUPS=(
|
|||
# Array of systemd services which should be enabled
|
||||
SYSTEMD_SERVICES=(
|
||||
"cronie"
|
||||
"docker"
|
||||
"NetworkManager"
|
||||
"org.cups.cupsd"
|
||||
"suspend"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue