summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua2
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 ()