From ba80ec391a76202a0aa176498f57fd52e14de59d Mon Sep 17 00:00:00 2001
From: Fabian Montero <fabian@posixlycorrect.com>
Date: Tue, 3 Dec 2024 00:26:44 -0600
Subject: [PATCH] hide titlebars and default to tabbed workspace layout

---
 home/modules/gui/i3.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/home/modules/gui/i3.nix b/home/modules/gui/i3.nix
index 1ed3030..b049f46 100644
--- a/home/modules/gui/i3.nix
+++ b/home/modules/gui/i3.nix
@@ -26,8 +26,11 @@ with lib; {
 
       window = {
         hideEdgeBorders = "both";
+        titlebar = false;
       };
 
+      workspaceLayout = "tabbed";
+
       colors = {
         focused = {
           background = "#222222";