From 718ed279626667034de8ae138d926625b7c4472d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 6 May 2022 14:07:17 +0200 Subject: Remove titlebars from AwesomeWM --- .config/awesome/rc.lua | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to '.config') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 91f4413..822121c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -206,7 +206,9 @@ awful.screen.connect_for_each_screen(function(s) mylauncher, s.mytaglist, }, - { layout = wibox.layout.fixed.horizontal }, + { + layout = wibox.layout.fixed.horizontal + }, { -- Right widgets layout = wibox.layout.fixed.horizontal, -- mykeyboardlayout, @@ -475,17 +477,17 @@ awful.rules.rules = { -- Add titlebars to normal clients and dialogs - { - rule_any = { - type = { - "normal", - "dialog" - } - }, - properties = { - titlebars_enabled = true - } - }, + -- { + -- rule_any = { + -- type = { + -- "normal", + -- "dialog" + -- } + -- }, + -- properties = { + -- titlebars_enabled = true + -- } + -- }, -- Application-specific rules -- cgit v1.1