From 7607dad871afb4e7940e604a65a7e646fd460db3 Mon Sep 17 00:00:00 2001 From: Bas van den Wollenberg Date: Sun, 21 Jan 2024 00:38:38 +0100 Subject: [PATCH] Unbind XF86Tools (F13) on Gnome --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2f84fbe..4ce6480 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,9 @@ temporary fix for https://github.com/fish-shell/fish-shell/issues/7995 (probably ```shell gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" ``` + +#### Unbind XF86Tools (F13) on Gnome +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 +```shell +gsettings set org.gnome.settings-daemon.plugins.media-keys control-center-static "['']" +``` -- 2.51.2