Files
omarchy/install/fix-fkeys.sh
2025-07-10 16:56:16 -07:00

7 lines
206 B
Bash

if [[ ! -f /etc/modprobe.d/hid_apple.conf ]]; then
echo "options hid_apple fnmode=2" | sudo tee /etc/modprobe.d/hid_apple.conf
# Rely on install/plymouth.sh to do the rebuild
# sudo mkinitcpio -P
fi