From 0dc9d61942f397ec89e5ec3f0c92e322287638bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 22 Oct 2024 16:39:23 -0700 Subject: gnome-set-config: disable switch-monitor --- bin/gnome-set-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/gnome-set-config b/bin/gnome-set-config index 07ef21e..291d1fd 100755 --- a/bin/gnome-set-config +++ b/bin/gnome-set-config @@ -8,6 +8,9 @@ NUM_WORKSPACES=9 gsettings set org.gnome.mutter dynamic-workspaces false gsettings set org.gnome.desktop.wm.preferences num-workspaces $NUM_WORKSPACES +# Disable the default p. I don't use it, and it's disruptive when I accidentally trigger it. +gsettings set org.gnome.mutter.keybindings switch-monitor '[]' + for i in $(seq 1 $NUM_WORKSPACES); do gsettings set org.gnome.shell.keybindings switch-to-application-$i '[]' gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-$i "['$i']" -- cgit v1.2.3