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 | f3fa923daa52d507e4ae87bb6b2dc1ccb564c178 (patch) | |
tree | 71f3af99ab1ca34921ad85f5e87378ffcbe91839 /home | |
parent | Add ~/.local/share/man to MANPATH (diff) | |
download | src-f3fa923daa52d507e4ae87bb6b2dc1ccb564c178.tar.gz src-f3fa923daa52d507e4ae87bb6b2dc1ccb564c178.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 '')
-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 |