From 61b9c5a6be2a6307f30587953733224eb185a9d7 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 10 Feb 2021 01:35:43 -0500 Subject: 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. --- home/.xsession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1