about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2023-01-10T17·33-0500
committerclbot <clbot@tvl.fyi>2023-01-10T17·39+0000
commit88f95030571cd2b12ca6c0efb5e63a11f53a35a9 (patch)
tree43cc4843eb21e5873a805a69d42d451a460b2fcc /users/grfn
parent805219a2fad0edac10d046fc5ad5820edb4482ee (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/grfn')
-rw-r--r--users/grfn/system/home/modules/i3.nix2
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 c9e485006b..5bb0278315 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;
         };
       };