Add: fn mode setting for Mac
This commit is contained in:
parent
da19c7dcf0
commit
ead87aaab8
2
mac/fnmode-once.sh
Executable file
2
mac/fnmode-once.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode >> /dev/null
|
3
mac/fnmode-persistent.sh
Executable file
3
mac/fnmode-persistent.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
|
||||
sudo update-initramfs -u -k all
|
Loading…
Reference in New Issue
Block a user