GnomeSnapExtensions / gSnap

Gnome-shell extension that allows you to move windows into specific regions similiar to FancyZones on windows.
https://extensions.gnome.org/extension/4442/gsnap/
Other
166 stars 23 forks source link

feat: Add menu item for settings #63

Closed bmaupin closed 1 year ago

bmaupin commented 1 year ago

Closes #62

This adds a new Settings item in the menu that goes to the extension settings dialog. This allows accessing extension settings without having to have Gnome Extension Manager installed.

Here's what it looks like:

gsnap-settings-menu-item

meronz commented 1 year ago

This should work fine, I'll try to test (and merge) it as soon as possible.

bmaupin commented 1 year ago

That would be great!

I based it off a code sample from the documentation, in case it helps: https://gjs.guide/extensions/topics/quick-settings.html#toggle-menu

Of course I tested it myself and it worked fine.