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

Store layouts.json in user-writable directory. #51

Closed meronz closed 1 year ago

meronz commented 1 year ago

Store layouts.json in GLib.get_user_config_dir(). This directory should be user-writable, and allow for gSnap to be installed as a system package #45.

Updated the docs accordingly.

meronz commented 1 year ago

Works on Fedora 37. I'm pretty confident this should not break anything.