Merge branch 'master' of github.com:sc-idevops/stevset

This commit is contained in:
Stefen Auris 2024-12-06 22:28:14 -05:00
commit 211885837b
5 changed files with 28 additions and 24 deletions

5
scripts/apple_swapopt.sh Executable file
View 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