Skip to content

Where is my customized shortcut stored? #1243

Answered by jacobgkau
LumenYoung asked this question in Q&A
Discussion options

You must be logged in to vote

They're stored in gsettings. You can run gsettings list-keys org.gnome.shell.extensions.pop-shell to get a list of keys, then gsettings get org.gnome.shell.extensions.pop-shell key-name to get a setting and gsettings set org.gnome.shell.extensions.pop-shell key-name new-value to set a setting. There's also a GUI program called dconf-editor you can use to browse these keys graphically.

I'm not aware of an easy way to "copy" the settings as files since they're part of a database, but creating a script to set them to what you want would be an easier alternative.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@LumenYoung
Comment options

@huyz
Comment options

@jacobgkau
Comment options

@huyz
Comment options

Answer selected by LumenYoung
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants