nix/module/sway/module/TitleBar.nix

10 lines
156 B
Nix

{ ... }: {
text = ''
# Disable title bar.
default_border none
default_floating_border none
titlebar_padding 1
titlebar_border_thickness 0
'';
}