XDG configuration added.
This commit is contained in:
parent
c5f260620a
commit
68df45da19
3 changed files with 17 additions and 1 deletions
|
@ -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' \
|
||||||
|
|
6
xdg/applications/defaults.list
Normal file
6
xdg/applications/defaults.list
Normal 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
|
||||||
|
|
9
xdg/applications/xsam.desktop
Normal file
9
xdg/applications/xsam.desktop
Normal 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;
|
Loading…
Reference in a new issue