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";