mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
profile: remove XAUTHORITY override
For some reason it prevents X from starting in some cases. Perhaps more research in the future to fix it
This commit is contained in:
parent
acf3e57c74
commit
e140647ba7
1
.profile
1
.profile
@ -30,7 +30,6 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
|||||||
# Gnupg
|
# Gnupg
|
||||||
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
|
||||||
# X11
|
# X11
|
||||||
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
|
|
||||||
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
|
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
|
||||||
# GTK2
|
# GTK2
|
||||||
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/settings.ini
|
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/settings.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user