Merge branch 'master' of github.com:sc-idevops/stevset
This commit is contained in:
commit
211885837b
5 changed files with 28 additions and 24 deletions
5
scripts/apple_swapopt.sh
Executable file
5
scripts/apple_swapopt.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
# https://askubuntu.com/a/919096
|
||||
echo 1 | sudo tee /sys/module/hid_apple/parameters/swap_opt_cmd
|
||||
echo options hid_apple swap_opt_cmd=1 | sudo tee -a /etc/modprobe.d/hid_apple.conf
|
||||
sudo update-initramfs -u -k all
|
Loading…
Add table
Add a link
Reference in a new issue