XDG configuration added.

This commit is contained in:
k1574 2022-07-30 00:56:51 +05:00
parent c5f260620a
commit 68df45da19
3 changed files with 17 additions and 1 deletions

View file

@ -41,9 +41,10 @@ export_loop \
GOPATH '$HOME/app/go' \ GOPATH '$HOME/app/go' \
GOBIN '$HOME/exe'\ GOBIN '$HOME/exe'\
COMPOSEREXE '$HOME/lib/composer/vendor/bin' \ COMPOSEREXE '$HOME/lib/composer/vendor/bin' \
XDG_UTILS_DEBUG_LEVEL '3'\
XDG_CONFIG_HOME '$HOME/lib' \ XDG_CONFIG_HOME '$HOME/lib' \
XDG_RUNTIME_DIR '$HOME/tmp' \ XDG_RUNTIME_DIR '$HOME/tmp' \
XDG_DATA_HOME '$HOME/app' \ XDG_DATA_HOME '$HOME/lib/xdg' \
XCOMPOSEFILE '$HOME/lib/xcompose' \ XCOMPOSEFILE '$HOME/lib/xcompose' \
ANDROID_NDK_HOME '$HOME/app/android/ndk' \ ANDROID_NDK_HOME '$HOME/app/android/ndk' \
GIT 'https://github.com/$USER' \ GIT 'https://github.com/$USER' \

View file

@ -0,0 +1,6 @@
[Default Applications]
text/plain=xsam.desktop
text/x-go=xsam.desktop
text/x-python=xsam.desktop
text/x-csrc=xsam.desktop

View file

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=xsam
Comment=Sam text editor for X
Exec=xsam
Terminal=false
Categories=Java;