Skip to content

Commit 2744483

Browse files
committed
Default awesomerc: don't add titlebars to windows that request no titlebar
1 parent 1b80f2d commit 2744483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

awesomerc.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ ruled.client.connect_signal("request::rules", function()
508508
-- @DOC_CSD_TITLEBARS@
509509
id = "titlebars",
510510
rule_any = { type = { "normal", "dialog" } },
511+
except = { requests_no_titlebar = true },
511512
properties = { titlebars_enabled = true }
512513
}
513514

0 commit comments

Comments
 (0)