From 88f95030571cd2b12ca6c0efb5e63a11f53a35a9 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 10 Jan 2023 12:33:11 -0500 Subject: fix(grfn/home): Enable i3 titlebars Something changed recently in home-manager such that this defaults off. Change-Id: I0bb2037989932c730b7fe29bc0d63cd63eff4514 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7805 Reviewed-by: grfn Tested-by: BuildkiteCI Autosubmit: grfn --- users/grfn/system/home/modules/i3.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/grfn/system/home/modules/i3.nix') diff --git a/users/grfn/system/home/modules/i3.nix b/users/grfn/system/home/modules/i3.nix index c9e485006b05..5bb027831575 100644 --- a/users/grfn/system/home/modules/i3.nix +++ b/users/grfn/system/home/modules/i3.nix @@ -334,6 +334,8 @@ in }; }; }]; + + window.titlebar = true; }; }; -- cgit 1.4.1