Disable Titlebars

This commit is contained in:
Sravan Balaji
2023-03-25 10:16:38 -04:00
parent b77ef9d943
commit 2b60fa6448
2 changed files with 2 additions and 2 deletions

View File

@@ -615,7 +615,7 @@ awful.rules.rules = {
-- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" }
}, properties = { titlebars_enabled = true }
}, properties = { titlebars_enabled = false }
},
-- Set Firefox to always map on the tag named "2" on screen 1.

2
rc.lua
View File

@@ -550,7 +550,7 @@ awful.rules.rules = {
-- Add titlebars to normal clients and dialogs
{ rule_any = {type = { "normal", "dialog" }
}, properties = { titlebars_enabled = true }
}, properties = { titlebars_enabled = false }
},
-- Set Firefox to always map on the tag named "2" on screen 1.