Skip to content

Instantly share code, notes, and snippets.

@culmat
Created September 27, 2020 07:24
Show Gist options
  • Save culmat/ad1ecaddb1c6f80a56718d5de889c706 to your computer and use it in GitHub Desktop.
Save culmat/ad1ecaddb1c6f80a56718d5de889c706 to your computer and use it in GitHub Desktop.
# some gnome key bindings conflict with eclipse short cuts that I use frequently
# free up '<Control><Alt>Down'
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down "['<Super>Page_Down']"
# free up '<Control><Alt>Up'
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up "['<Super>Page_Up']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment