diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |