From 63d500bdd5b5e6a31dec4eeb9beb4c87ee21bef2 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 22 Feb 2024 22:55:01 -0700 Subject: [PATCH] Thicker border with no gaps Gives more real estate on small screens while maintaining more visible breaks between windows on large screens --- sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sway/config b/sway/config index b8a8be775..3ca57100e 100755 --- a/sway/config +++ b/sway/config @@ -11,8 +11,8 @@ seat seat0 xcursor_theme FlatbedCursors-Blue # Minimize borders from all windows hide_edge_borders none -default_floating_border pixel 1 -default_border pixel 1 +default_floating_border pixel 2 +default_border pixel 2 # Font only visible in tabbed mode. Also inheritted by bar. font pango:Anonymous Pro 12 @@ -27,7 +27,7 @@ bar bar-1 { } # gaps -gaps inner 10 +gaps inner 0 gaps outer 0 # Color definitions