-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Something I started on a fork was experimenting with creating "collections" of added variables.
Currently barely implemented as it does its core functionality, but UI refreshing is being finicky.
/PixelKhaos/hyprland-settings/tree/feature/collections
Effectively, when creating a new collection with a name, it reads the current list of variables and copies it to a new json file, without affecting the current file. When you load a collection it just writes that collection's contents into the main json file.
The idea is that maybe you want to have some highly specialized configs for different uses to swap between, or maybe you want to easily try ones shared to you without having to backup and restore your own.
Would probably be better it's own column, or modal of sorts.