From 60b2645a78d8c9dab599db60a5b1d38e6de9cdb9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 15 Mar 2022 17:09:05 +0100 Subject: [PATCH] better alt-tab --- installation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installation.sh b/installation.sh index c891c8f..33d4804 100644 --- a/installation.sh +++ b/installation.sh @@ -254,6 +254,9 @@ gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize # Add gesture sudo systemctl enable touchegg.service sudo systemctl start touchegg +# Better alt-tab +gsettings set org.gnome.desktop.wm.keybindings switch-windows "['Tab', 'Tab']" # new behaviour +gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" # old behaviour # == Clipboard history == sudo pacman -S copyq --noconfirm