From cb91fb43fa221702cea0229e6e270cb5ca7550d1 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 7 Nov 2024 12:29:40 -0600 Subject: [PATCH] Disable the single tap overview in GNOME --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index d0d1bb6..f9d1192 100755 --- a/install.sh +++ b/install.sh @@ -27,6 +27,8 @@ stow alacritty git nvim screen vim zsh if [[ `uname` == Darwin ]]; then stow macos +else + gsettings set org.gnome.mutter overlay-key '' fi mkdir -p ~/.local/share/vim/undo/