mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
xsession: source ~/.zsh/env if present
This commit is contained in:
parent
27c5c4deee
commit
ae9e3bf875
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -14,6 +14,9 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
|||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
# Environment variables
|
||||
[ -e ~/.zsh/env ] && . ~/.zsh/env
|
||||
|
||||
# GDM move Xauthority in some obscure place
|
||||
# See:
|
||||
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614972
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue