feat(hypr): route signal to workspace 10

This commit is contained in:
2026-08-11 19:01:49 -04:00
parent a1a9081a2a
commit 229e96127c
+6
View File
@@ -41,5 +41,11 @@ hl.window_rule({
suppress_event = "maximize",
})
hl.window_rule({
name = "signal-workspace",
match = { class = "^org\\.signal\\.Signal$" },
workspace = "10",
})
require("bind-all")
require("bind-framework")