From 6e47dea8d0771e753f5c0eec0c830bb6287a4ba0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 6 Oct 2016 11:43:20 +0200 Subject: [PATCH 1/1] Disable client minimising with mouse click --- .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 cd7b300..9abf49f 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -175,7 +175,8 @@ mytasklist = {} mytasklist.buttons = awful.util.table.join( awful.button({ }, 1, function (c) if c == client.focus then - c.minimized = true + -- I don't like click-minimising + -- c.minimized = true else -- Without this, the following -- :isvisible() makes no sense -- 2.39.2