Skip to content

Instantly share code, notes, and snippets.

@eclecticc
Last active January 24, 2023 05:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eclecticc/57963061c3ae5f22639c7d0a0b2f1425 to your computer and use it in GitHub Desktop.
Save eclecticc/57963061c3ae5f22639c7d0a0b2f1425 to your computer and use it in GitHub Desktop.
Fedora 37 Installation on the Framework Laptop commands
# Make sure to update your packages first
sudo dnf upgrade
# If you want to enable fractional scaling:
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
# If you want to enable tap-to-click on the touchpad:
gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true
# If your SSD is one that needs the standby power saving workaround
sudo grubby --update-kernel=ALL --args="nvme.noacpi=1"
@thebeanogamer
Copy link

In the docs that go with this Gist, it says:

By default, Fedora doesn't enable "Tap to Click" on touchpads. You can enable it in the Mouse & Touchpad section of the Settings application.

You can also do that by running gsettings set org.gnome.desktop.peripherals.touchpad tap-to-click true. Could be worth adding that here?

@eclecticc
Copy link
Author

Great idea. Added.

@ctsdownloads
Copy link

Please update this to Fedora 37.

Fedora 36 Installation on the Framework Laptop

into

Fedora 37 Installation on the Framework Laptop

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