1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

build: fix more coupling issues with keyboard/workspace/sway

This commit is contained in:
Jake Stanger 2025-03-28 20:47:18 +00:00
parent caa288656c
commit 557ef4c898
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 14 additions and 18 deletions

View file

@ -95,7 +95,7 @@ workspaces = ["futures-lite"]
"workspaces+hyprland" = ["workspaces", "hyprland"]
"workspaces+niri" = ["workspaces"]
sway = ["swayipc-async"]
sway = ["swayipc-async", "futures-lite"]
schema = ["dep:schemars"]