From 6783b27e1f6f379adee974bfa75c5d8727045f00 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 15 Sep 2014 13:47:38 +0400 Subject: [PATCH] got tired of minimizing on taskbar click --- rc.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rc.lua b/rc.lua index 69b3172..45750d9 100644 --- a/rc.lua +++ b/rc.lua @@ -202,9 +202,7 @@ mytasklist = {} mytasklist.buttons = awful.util.table.join( awful.button({ }, 1, function (c) - if c == client.focus then - c.minimized = true - else + if c ~= client.focus then -- Without this, the following -- :isvisible() makes no sense c.minimized = false