From fd23db56542ea797875479aced2d67382479bfbd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 9 Feb 2017 13:21:39 +0100 Subject: raise tasklist clicked windows --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 112ac19..17f43d8 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -137,7 +137,7 @@ local tasklist_buttons = awful.util.table.join( -- This will also un-minimize -- the client, if needed client.focus = c - -- c:raise() + c:raise() end end), awful.button({ }, 3, function () -- cgit v1.2.3