Skip to content

Instantly share code, notes, and snippets.

@b-Tomas
Created May 3, 2025 16:27
Show Gist options
  • Save b-Tomas/009a73febb30e55927eaaf352b1a2b6f to your computer and use it in GitHub Desktop.
Save b-Tomas/009a73febb30e55927eaaf352b1a2b6f to your computer and use it in GitHub Desktop.
Lofree Flow Lite fn keys Linux permanent fix
# Fixes the fn row key for Lofree keyboards on Linux.
# Non-permanent fix: https://github.com/alexeygumirov/lofree-flow-fn-fix/blob/main/lofreemodefix
echo 'options hid_apple fnmode=2' | sudo tee /etc/modprobe.d/hid_apple.conf
sudo update-initramfs -u
@koolara
Copy link

koolara commented Jul 13, 2025

just thank you dude, use it every time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment