From daf90d6fb603741bdc28c61837c1c580d03d8fe8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 Dec 2016 07:52:59 +0100 Subject: use modkey to resize --- config/awesome/rc.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index b426dea..c02e2fc 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -469,8 +469,10 @@ clientkeys = awful.util.table.join( clientbuttons = awful.util.table.join( awful.button({ }, 1, function (c) client.focus = c; c:raise() end), - awful.button({ "Mod1" }, 1, awful.mouse.client.move), - awful.button({ "Mod1" }, 3, awful.mouse.client.resize)) + awful.button({ modkey }, 1, awful.mouse.client.move), + awful.button({ modkey }, 3, awful.mouse.client.resize)) + -- awful.button({ "Mod1" }, 1, awful.mouse.client.move), + -- awful.button({ "Mod1" }, 3, awful.mouse.client.resize)) -- Set keys root.keys(globalkeys) -- cgit v1.2.3