···8787```shell
8888gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
8989```
9090+9191+#### Unbind XF86Tools (F13) on Gnome
9292+for some reason the button I have bound to F13 on my mouse opens the Gnome control center/settings by default, with no way to change it outside of dconf/gsettings. quite annoying
9393+```shell
9494+gsettings set org.gnome.settings-daemon.plugins.media-keys control-center-static "['']"
9595+```