Finish hypr config

This commit is contained in:
2026-06-07 19:32:56 +01:00
parent 316a8e0b08
commit deb94ccecf
15 changed files with 52 additions and 829 deletions
+1 -8
View File
@@ -1,11 +1,4 @@
-- See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
-- Hyprland 0.53+ syntax
hl.window_rule({
name = "suppress-maximise-events",
match = { class = ".*" },
supress_event = "maximize",
})
-- Tag all windows for default opacity (apps can override with -default-opacity tag)
hl.window_rule({
name = "default-opacity",
@@ -34,5 +27,5 @@ require("apps")
hl.window_rule({
name = "apply-opacity",
match = { tag = "default-opacity" },
opacity = "0.97, 0.9",
opacity = "0.97 0.9",
})