diff options
author | June McEnroe <june@causal.agency> | 2021-02-10 01:35:43 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-10 01:35:43 -0500 |
commit | 61b9c5a6be2a6307f30587953733224eb185a9d7 (patch) | |
tree | 0b640d717ed5f7abeb50030bdd5c240408790b6e /home/.xsession | |
parent | Add ~/.local/share/man to MANPATH (diff) | |
download | src-61b9c5a6be2a6307f30587953733224eb185a9d7.tar.gz src-61b9c5a6be2a6307f30587953733224eb185a9d7.zip |
Set LC_CTYPE=en_US.UTF-8
As much as I dislike en_US, this is the recommended setting, and the part before the dot doesn't actually do anything.
Diffstat (limited to 'home/.xsession')
-rw-r--r-- | home/.xsession | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.xsession b/home/.xsession index 76044c84..ca09445b 100644 --- a/home/.xsession +++ b/home/.xsession @@ -1,5 +1,5 @@ . ~/.profile -export LC_CTYPE=C.UTF-8 +export LC_CTYPE=en_US.UTF-8 xset r rate 175 m 5/4 0 xmodmap ~/.config/X/modmap |