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