From 8970bed250217b4964c95b0d5747eea3691fc678 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 23 Nov 2024 14:11:21 -0800 Subject: [PATCH] fix(home): Get rid of floating titlebars --- modules/home/xorg/i3/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/xorg/i3/default.nix b/modules/home/xorg/i3/default.nix index 28bd604..491bf8e 100644 --- a/modules/home/xorg/i3/default.nix +++ b/modules/home/xorg/i3/default.nix @@ -58,6 +58,7 @@ in floating.border = 0; window.titlebar = false; + floating.titlebar = false; gaps = { smartBorders = "no_gaps";