Skip to content

Instantly share code, notes, and snippets.

@rbellamy
Created March 30, 2015 03:53
Show Gist options
  • Save rbellamy/847ed50ea0e7285e3826 to your computer and use it in GitHub Desktop.
Save rbellamy/847ed50ea0e7285e3826 to your computer and use it in GitHub Desktop.
Show gnome-shell keybindings
for k in `gsettings list-keys org.gnome.desktop.wm.keybindings`; do echo $k = `gsettings get org.gnome.desktop.wm.keybindings $k`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment