xdg material moved to zprofile
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Basic vars
|
# Basic vars
|
||||||
set shell sh
|
set shell sh
|
||||||
set previewer ${XDG_CONFIG_HOME:-$HOME/.config}/lf/scope
|
set previewer ~/.config/lf/scope
|
||||||
set shellopts '-eu'
|
set shellopts '-eu'
|
||||||
set ifs "\n"
|
set ifs "\n"
|
||||||
set scrolloff 10
|
set scrolloff 10
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
XDG_DESKTOP_DIR="$HOME/"
|
XDG_DESKTOP_DIR="$HOME/"
|
||||||
XDG_CONFIG_HOME="$HOME/.config"
|
|
||||||
XDG_DATA_HOME="$HOME/.local/share"
|
|
||||||
|
|||||||
2
.profile
2
.profile
@@ -18,6 +18,8 @@ export STATUSBAR="${LARBSWM}blocks"
|
|||||||
eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)"
|
eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)"
|
||||||
|
|
||||||
# ~/ Clean-up:
|
# ~/ Clean-up:
|
||||||
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
#export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs.
|
#export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs.
|
||||||
export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config"
|
export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config"
|
||||||
export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"
|
export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user