From 15c75aebde651a40fa797dbe0b8c3d49bb16d52f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 10 Mar 2020 20:00:45 +0100 Subject: [PATCH] default clients to non-floating --- .config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 6c5f2b4..f54d9c9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -989,7 +989,8 @@ awful.rules.rules = { buttons = clientbuttons, screen = awful.screen.preferred, placement = awful.placement.no_overlap+awful.placement.no_offscreen, - --floating = false + floating = false, + maximized = false, }, }, { rule = { type = "dialog" }, -- 2.39.2