10 lines
156 B
Nix
10 lines
156 B
Nix
{ ... }: {
|
|
text = ''
|
|
# Disable title bar.
|
|
default_border none
|
|
default_floating_border none
|
|
titlebar_padding 1
|
|
titlebar_border_thickness 0
|
|
'';
|
|
}
|