Last active
July 21, 2020 12:56
-
-
Save harshithjv/d3f6e954a9f4bac57e0d2f681b6c32b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Run below commands manually or download this file and run on the terminal. */ | |
| gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']" | |
| gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['<Shift><Alt>Tab']" | |
| gsettings set org.gnome.desktop.wm.keybindings switch-applications "['']" | |
| gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['']" | |
| # Thanks to this answer: https://superuser.com/a/1029822 | |
| # It frustrating to select window when grouped according to application thereby making it less productive. | |
| # Also check this gist to restrict Alt-tab to show only apps within same workspace and not open windows on | |
| # different workspace: https://gist.github.com/harshithjv/eccf5a8353597d8fce18fef78426c3b5 | |
| # Another frustrating problem is clicking app icon dock will open only new window on same window only when | |
| # the app is not open on other workspace. I am not sure if it can be solved with dconf or gsettings command! | |
| # However you can Ctrl + click on icon or click the icon with middle button(wheel) on your mouse to open new | |
| # window in same workspace. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment