i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Unbind XF86Tools (F13) on Gnome

+6
+6
README.md
··· 87 87 ```shell 88 88 gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" 89 89 ``` 90 + 91 + #### Unbind XF86Tools (F13) on Gnome 92 + 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 93 + ```shell 94 + gsettings set org.gnome.settings-daemon.plugins.media-keys control-center-static "['']" 95 + ```