Revert "hyprland: do not draw borders when there is only one window"

This reverts commit 935d86748d.
This commit is contained in:
2026-06-28 11:21:55 +02:00
parent 935d86748d
commit 4ff28e4041

View File

@@ -5,9 +5,6 @@
-- See https://wiki.hypr.land/Configuring/Basics/Window-Rules/
-- and https://wiki.hypr.land/Configuring/Basics/Workspace-Rules/
-- Do not draw borders for windows in a workspace with only one tiled window
hl.window_rule({ match = {workspace="w[t1]" }, border_size = 0 })
-- Ignore maximize requests from all apps. You'll probably like this.
hl.window_rule({
name = "suppress-maximize-events",