diff options
author | Griffin Smith <grfn@gws.fyi> | 2023-01-10T17·33-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-10T17·39+0000 |
commit | 88f95030571cd2b12ca6c0efb5e63a11f53a35a9 (patch) | |
tree | 43cc4843eb21e5873a805a69d42d451a460b2fcc /users | |
parent | 805219a2fad0edac10d046fc5ad5820edb4482ee (diff) |
fix(grfn/home): Enable i3 titlebars r/5641
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 <grfn@gws.fyi> Tested-by: BuildkiteCI Autosubmit: grfn <grfn@gws.fyi>
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/home/modules/i3.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; }; |