如何删除真棒窗口管理器ver> 4中的标题栏

ftr*_*ers 12 window-managers awesome-wm

我最近升级了我的机器,现在我的版本是4.x. 现在有一个标题栏,有右边的关闭,ontop,浮动,最大化等按钮.我可以摆脱这个吗?我将使用什么配置来普遍关闭它?

Emm*_*lee 23

在您的rc.lua文件中,查找

-- Add title bars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" }
  }, properties = { titlebars_enabled = true }
},
Run Code Online (Sandbox Code Playgroud)

并改变

titlebars_enabled = true

titlebars_enabled = false