diff options
author | Amin Bandali <amin@aminb.org> | 2017-12-22 19:10:09 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-12-22 19:10:09 -0500 |
commit | 4372f047771a802441b51329312f54ea67627b98 (patch) | |
tree | 7da2f88404aa28079a33d91c6eb83e9e112743bb /x/.xprofile | |
parent | 56fe44972a5871c713fee75ca255e540a658f4ec (diff) | |
download | configs-4372f047771a802441b51329312f54ea67627b98.tar.gz configs-4372f047771a802441b51329312f54ea67627b98.tar.xz configs-4372f047771a802441b51329312f54ea67627b98.zip |
Small tweaks
Diffstat (limited to '')
-rw-r--r-- | x/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile index e3736f1..fe9c5cb 100644 --- a/x/.xprofile +++ b/x/.xprofile @@ -8,7 +8,7 @@ setxkbmap -option altwin:swap_alt_win #light -Scrs "intel_backlight" 75 light -Scrs "intel_backlight" 2 -source ~/.zprofile +source $HOME/.zprofile export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true' |