Fix input of dead keys and other locale issues

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-09-20 19:32:49 +02:00
parent 22a6e47a27
commit 93f017e13a
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 7 additions and 2 deletions

View file

@ -29,7 +29,8 @@ CONFIG_ETC_FILES=(
["/etc/zsh/zshenv"]="644"
["/etc/systemd/user.conf.d/00-limits.conf"]="644"
["/etc/systemd/system.conf.d/00-limits.conf"]="644"
["/etc/locale.gen"]="644"
["/etc/locale.gen"]="755"
["/etc/locale.conf"]="655"
)
output::section "Copying /etc files"

View file

@ -28,6 +28,7 @@ redshift-gtk &
sxhkd &
nextcloud &
dunst &
ibus-daemon -drx
# Merge .Xresources on boot
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"

2
system/etc/locale.conf Normal file
View file

@ -0,0 +1,2 @@
LANG=en_US.UTF-8
LC_TIME=en_DK.UTF-8

View file

@ -1,2 +1,3 @@
en_DK.UTF-8 UTF-8
en_GB.UTF-8 UTF-8
en_US.UTF-8 UTF-8
# Empty line needed