-
Notifications
You must be signed in to change notification settings - Fork 47
/
hyprpm.toml
25 lines (24 loc) · 1.38 KB
/
hyprpm.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[repository]
name = "split-monitor-workspaces"
authors = ["Duckonaut", "zjeffer"]
commit_pins = [
# ["<hyprland commit>", "<split-monitor-workspaces commit>"]
["360ede79d124ffdeebbe8401f1ac4bc0dbec2c91", "f7a306396da163422048fd38eecd92c68ce21e58"], # 0.38.1
["fe7b748eb668136dd0558b7c8279bfcd7ab4d759", "b0ee3953eaeba70f3fba7c4368987d727779826a"], # 0.39.1
["cba1ade848feac44b2eda677503900639581c3f4", "b40147d96d62a9e9bbc56b18ea421211ee598357"], # 0.40.0
["ea2501d4556f84d3de86a4ae2f4b22a474555b9f", "2b57b5706cde7577c9cbb4de9e1f9a14777d09af"], # 0.41.0
["9e781040d9067c2711ec2e9f5b47b76ef70762b3", "81adb1c51b2db8a9073dd24f8ac3cb23c9d96dac"], # 0.41.1
["918d8340afd652b011b937d29d5eea0be08467f5", "a03a32c6e0f64c05c093ced864a326b4ab58eabf"], # 0.41.2
["9a09eac79b85c846e3a865a9078a3f8ff65a9259", "625f3f730cb392a5005144051bd9dcb25525fea0"], # 0.42.0
["0f594732b063a90d44df8c5d402d658f27471dfe", "b6bc0c26c8ad9e08f5f29249f8511e6f01e92e09"], # 0.43.0
["0c7a7e2d569eeed9d6025f3eef4ea0690d90845d", "212b2e0a4d94bb05ebf32dadca8e9e5ce528735e"], # 0.44.0
["4520b30d498daca8079365bdb909a8dea38e8d55", "7c0cec6e8661facf252b2c974f214b60c4f87466"] # 0.44.1
]
[split-monitor-workspaces]
description = "Split monitor workspaces"
authors = ["Duckonaut"]
output = "build/libsplit-monitor-workspaces.so"
build = [
"meson setup build --wipe",
"meson compile -C build",
]