Created
January 18, 2018 01:17
-
-
Save erd0s/8e7810f97d57dfd5b65d235a5fb67b9e to your computer and use it in GitHub Desktop.
Set keyboard shortcuts for switch to workspaces, for more than 4 workspaces, in gnome
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
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-1 "['<Primary><Alt>1']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-2 "['<Primary><Alt>2']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-3 "['<Primary><Alt>3']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-4 "['<Primary><Alt>4']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-5 "['<Primary><Alt>5']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-6 "['<Primary><Alt>6']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-7 "['<Primary><Alt>7']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-to-workspace-8 "['<Primary><Alt>8']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment