From f3fa923daa52d507e4ae87bb6b2dc1ccb564c178 Mon Sep 17 00:00:00 2001 From: "C. 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(-) (limited to 'home') 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