1
0
Fork 0

got tired of minimizing on taskbar click

This commit is contained in:
Von Random 2014-09-15 13:47:38 +04:00
parent 1380f9b897
commit 6783b27e1f

4
rc.lua
View file

@ -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