From 7544e5087329d09dd335d71837621e67d522899e Mon Sep 17 00:00:00 2001 From: xerusf <27jf@pm.me> Date: Sun, 12 Apr 2020 20:49:53 +0200 Subject: [PATCH] Move XDG template dir under .local --- .config/user-dirs.dirs | 2 +- .local/{share => }/templates/Document.odt | Bin .local/{share => }/templates/GIMP Image.xcf | Bin .local/{share => }/templates/HTML.html | 0 .../templates/LibreOffice English Text.odt | Bin .../templates/LibreOffice Presentation.odp | Bin .../templates/LibreOffice Spreadsheet.ods | Bin .local/{share => }/templates/PHP.php | 0 .local/{share => }/templates/Shell Script.sh | 0 .local/{share => }/templates/XML.xml | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename .local/{share => }/templates/Document.odt (100%) rename .local/{share => }/templates/GIMP Image.xcf (100%) rename .local/{share => }/templates/HTML.html (100%) rename .local/{share => }/templates/LibreOffice English Text.odt (100%) rename .local/{share => }/templates/LibreOffice Presentation.odp (100%) rename .local/{share => }/templates/LibreOffice Spreadsheet.ods (100%) rename .local/{share => }/templates/PHP.php (100%) rename .local/{share => }/templates/Shell Script.sh (100%) rename .local/{share => }/templates/XML.xml (100%) diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index d0a32ee..a3b0b1a 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -7,7 +7,7 @@ # XDG_DESKTOP_DIR="$HOME/desktop" XDG_DOWNLOAD_DIR="$HOME/daten/downloads" -XDG_TEMPLATES_DIR="$HOME/.local/share/templates" +XDG_TEMPLATES_DIR="$HOME/.local/templates" XDG_DOCUMENTS_DIR="$HOME/daten" XDG_MUSIC_DIR="$HOME/daten/musik" XDG_PICTURES_DIR="$HOME/daten/bilder" diff --git a/.local/share/templates/Document.odt b/.local/templates/Document.odt similarity index 100% rename from .local/share/templates/Document.odt rename to .local/templates/Document.odt diff --git a/.local/share/templates/GIMP Image.xcf b/.local/templates/GIMP Image.xcf similarity index 100% rename from .local/share/templates/GIMP Image.xcf rename to .local/templates/GIMP Image.xcf diff --git a/.local/share/templates/HTML.html b/.local/templates/HTML.html similarity index 100% rename from .local/share/templates/HTML.html rename to .local/templates/HTML.html diff --git a/.local/share/templates/LibreOffice English Text.odt b/.local/templates/LibreOffice English Text.odt similarity index 100% rename from .local/share/templates/LibreOffice English Text.odt rename to .local/templates/LibreOffice English Text.odt diff --git a/.local/share/templates/LibreOffice Presentation.odp b/.local/templates/LibreOffice Presentation.odp similarity index 100% rename from .local/share/templates/LibreOffice Presentation.odp rename to .local/templates/LibreOffice Presentation.odp diff --git a/.local/share/templates/LibreOffice Spreadsheet.ods b/.local/templates/LibreOffice Spreadsheet.ods similarity index 100% rename from .local/share/templates/LibreOffice Spreadsheet.ods rename to .local/templates/LibreOffice Spreadsheet.ods diff --git a/.local/share/templates/PHP.php b/.local/templates/PHP.php similarity index 100% rename from .local/share/templates/PHP.php rename to .local/templates/PHP.php diff --git a/.local/share/templates/Shell Script.sh b/.local/templates/Shell Script.sh similarity index 100% rename from .local/share/templates/Shell Script.sh rename to .local/templates/Shell Script.sh diff --git a/.local/share/templates/XML.xml b/.local/templates/XML.xml similarity index 100% rename from .local/share/templates/XML.xml rename to .local/templates/XML.xml