From 2b60fa6448bfdd7ef12da1e0d81addfea5e667f9 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 25 Mar 2023 10:16:38 -0400 Subject: [PATCH] Disable Titlebars --- README.org | 2 +- rc.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f6bf776..1be3b4d 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/rc.lua b/rc.lua index d36bc66..7f3a029 100644 --- a/rc.lua +++ b/rc.lua @@ -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.