Loading .config/awesome/user-defined.lua +6 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ local util = require("util") -- {{{ Link titlebars with floating property function set_titlebar(c) if c.floating then if c.floating and not c.skip_taskbar then awful.titlebar.show(c) else awful.titlebar.hide(c) Loading Loading @@ -96,9 +96,12 @@ rules.add_rule{ }, except_any = { type = { "menu" }, name = { "Steam" }, name = { "^Steam$" }, }, properties = { floating = true, skip_taskbar = true, }, properties = { floating = true }, } -- }}} Loading Loading
.config/awesome/user-defined.lua +6 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ local util = require("util") -- {{{ Link titlebars with floating property function set_titlebar(c) if c.floating then if c.floating and not c.skip_taskbar then awful.titlebar.show(c) else awful.titlebar.hide(c) Loading Loading @@ -96,9 +96,12 @@ rules.add_rule{ }, except_any = { type = { "menu" }, name = { "Steam" }, name = { "^Steam$" }, }, properties = { floating = true, skip_taskbar = true, }, properties = { floating = true }, } -- }}} Loading