feat: hyprland binds, some window rules, other small feats

This commit is contained in:
2026-06-13 18:08:00 +02:00
parent a253ce56b7
commit 6e35326906
18 changed files with 414 additions and 57 deletions
@@ -0,0 +1,15 @@
-- Set the workspace for certain apps
hl.window_rule({
match = { class = ".*steam_app.*", title = "ALVR.*|^hidden-terminator" },
workspace = 1,
})
hl.window_rule({
match = { class = "evince|okular|org\\.pwmt\\.zathura|librewolf", title = "BSManager|Beat Saber.*" },
workspace = 2,
})
hl.window_rule({
match = { class = "minecraft-launcher", title = ".*Minecraft.*|.*[Ss]team.*" },
workspace = 3,
})