better alt-tab
This commit is contained in:
parent
6759513c1b
commit
60b2645a78
1 changed files with 3 additions and 0 deletions
|
@ -254,6 +254,9 @@ gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize
|
||||||
# Add gesture
|
# Add gesture
|
||||||
sudo systemctl enable touchegg.service
|
sudo systemctl enable touchegg.service
|
||||||
sudo systemctl start touchegg
|
sudo systemctl start touchegg
|
||||||
|
# Better alt-tab
|
||||||
|
gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab', '<Super>Tab']" # new behaviour
|
||||||
|
gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" # old behaviour
|
||||||
|
|
||||||
# == Clipboard history ==
|
# == Clipboard history ==
|
||||||
sudo pacman -S copyq --noconfirm
|
sudo pacman -S copyq --noconfirm
|
||||||
|
|
Reference in a new issue