mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2024-11-09 18:59:40 +00:00
21 lines
844 B
TOML
21 lines
844 B
TOML
[repository]
|
|
name = "dwindle-autogroup"
|
|
authors = ["ItsDrike"]
|
|
commit_pins = [
|
|
# [hyprland-commit, plugin-sommit],
|
|
["3bb9c7c5cf4f2ee30bf821501499f2308d616f94", "v0.33.0"], # 0.33.0
|
|
["03ebbe18ed8517ee22591eac82cd54322f42cb7d", "v0.33.0"], # 0.34.0
|
|
["84ab8d11e8951a6551d1e1bf87796a8589da6d47", "v0.33.0"], # 0.35.0
|
|
["1c460e98f870676b15871fe4e5bfeb1a32a3d6d8", "v0.36.0"], # 0.36.0
|
|
["19c90048d65a5660384d2fb865926a366696d6be", "v0.36.0"], # 0.37.0
|
|
["c5e28ebcfe00a510922779b2c568cfa52a317445", "v0.36.0"], # 0.37.1
|
|
["3875679755014997776e091ff8903acfb311dd2f", "v0.36.0"], # 0.38.0
|
|
["e93fbd7c4f991cb8ef03e433ccc4d43587923e15", "v0.36.0"], # 0.39.0
|
|
]
|
|
|
|
[dwindle-autogroup]
|
|
description = "Automatically group child nodes on group creation in dwindle layout"
|
|
authors = ["ItsDrike"]
|
|
output = "dwindle-autogroup.so"
|
|
build = ["make all"]
|