- shells: tune ab-av1 parameters - setup: alacritty -> ptyxis and remove thunderbird-wayland - mac-fnmode: regenerate initramfs to fix fnmode-persistent-fedora - sshd: AcceptEnv NO_COLOR
4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
|
|
sudo dracut --regenerate-all
|