From 5a84456c7aa416ed228a809be28137802f35b6e0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 8 Feb 2025 17:19:41 -0600 Subject: more usability cleanups --- structs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 565ce28..e33b7dc 100644 --- a/structs.go +++ b/structs.go @@ -156,9 +156,9 @@ type window struct { active bool // means this window is the active one isBG bool // means this is the background widget. There is only one of these order int // what level the window is on - resize bool // only set the title once - collapsed bool // only show the window title bar - dense bool // true if the window is huge + // resize bool // only set the title once + collapsed bool // only show the window title bar + dense bool // true if the window is huge } type colorT struct { -- cgit v1.2.3