As the question states how do I go about removing the title bar from the termite terminal? I have gone through the config files in termite but can't seem to find anything.
Picture included:
As the question states how do I go about removing the title bar from the termite terminal? I have gone through the config files in termite but can't seem to find anything.
Picture included:
{ rule_any = {type = { "normal", "dialog" }
}, properties = { titlebars_enabled = true }
},
change to
{ rule_any = {type = { "normal", "dialog" }
}, properties = { titlebars_enabled = false }
},
in the rc.lua line 492.