From 4ff28e4041d88e1a75dd05b219608c05de5a67c6 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Sun, 28 Jun 2026 11:21:55 +0200 Subject: [PATCH] Revert "hyprland: do not draw borders when there is only one window" This reverts commit 935d86748d917832235aa9c3d01f14a8cacd1a25. --- .config/hypr/lua/window_rules.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/hypr/lua/window_rules.lua b/.config/hypr/lua/window_rules.lua index a702efa..51cf8c4 100644 --- a/.config/hypr/lua/window_rules.lua +++ b/.config/hypr/lua/window_rules.lua @@ -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",