mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
5 lines
153 B
Bash
5 lines
153 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
|
|
sudo mkinitcpio -P
|
|
fi
|