mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Load custom layouts from file #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LGUG2Z on GitHub (Oct 18, 2021).
Originally assigned to: @LGUG2Z on GitHub.
The default layouts do not always provide for a nice experience on ultrawide monitors and allowing custom layouts to be defined and loaded on the fly would be a big improvement in this area.
@LGUG2Z commented on GitHub (Oct 18, 2021):
Work on this issue has been started here: https://github.com/LGUG2Z/komorebi/tree/feature/custom-layouts
Anyone can now build from this branch and load custom layouts with the
komorebic load-layout layout-file.jsoncommand. The complete schema for custom layout definition is here and the validation rules are here.Example of a valid custom layout JSON file:
@LGUG2Z commented on GitHub (Oct 19, 2021):
Support for YAML files has also been added, example: