diff --git a/programs/sway.nix b/programs/sway.nix index 938a628..61bc4f5 100644 --- a/programs/sway.nix +++ b/programs/sway.nix @@ -74,6 +74,9 @@ output."*" = {bg = "${theme.primary.background} solid_color";}; + floating.titlebar = false; + window.titlebar = false; + colors = with theme; rec { focused = rec { inherit (wm.focused) border text;