From 84fbde898f8993cba5987cfb29aedf67b4964ff4 Mon Sep 17 00:00:00 2001 From: Awnrt Date: Tue, 7 May 2024 02:52:39 +0300 Subject: f keys not working fix --- post_chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_chroot.sh b/post_chroot.sh index 2e04e01..af0d218 100755 --- a/post_chroot.sh +++ b/post_chroot.sh @@ -1,7 +1,7 @@ pacman -Sy bash-completion --noconfirm ln -sf /usr/share/zoneinfo/Europe/Moscow /etc/localtime hwclock --systohc - +echo "options hid_apple fnmode=0" > /etc/modprobe.d/hid_apple.conf echo en_US.UTF-8 UTF-8 >> /etc/locale.gen locale-gen -- cgit v1.2.3