From af73bc39965e289020704456139f5f486ae1ba26 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sat, 4 Mar 2023 17:38:12 -0500 Subject: [PATCH] add patch to disable window title --- contrib/disable-window-title.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 contrib/disable-window-title.patch diff --git a/contrib/disable-window-title.patch b/contrib/disable-window-title.patch new file mode 100644 index 0000000..b1dc9cd --- /dev/null +++ b/contrib/disable-window-title.patch @@ -0,0 +1,15 @@ +From: Sam Nystrom +Date: Sat, 4 Mar 2023 17:38:12 -0500 +Description: disable window title +diff --git a/src/bar.cpp b/src/bar.cpp +index 507ce62..1b6f771 100644 +--- a/src/bar.cpp ++++ b/src/bar.cpp +@@ -227,7 +227,6 @@ void Bar::render() + renderTags(); + setColorScheme(_selected ? colorActive : colorInactive); + renderComponent(_layoutCmp); +- renderComponent(_titleCmp); + renderStatus(); + + _painter = nullptr;