Skip to content

Instantly share code, notes, and snippets.

@culmat
Created September 27, 2020 07:24
# 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