From 1ff0a83d36ded4d4531f40c14327d7358bb49abc Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 25 Jun 2024 10:33:34 -0400 Subject: refactor: `"Control"` in place of `"Mod"` --- .config/awesome/rc-4.3-3.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome/rc-4.3-3.lua') diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua index b09b87b..2fdfc0e 100644 --- a/.config/awesome/rc-4.3-3.lua +++ b/.config/awesome/rc-4.3-3.lua @@ -703,7 +703,7 @@ clientbuttons = gears.table.join( awful.button({}, 1, function(c) c:emit_signal("request::activate", "mouse_click", { raise = true }) end), - awful.button({ modkey, "Mod1" }, 1, function(c) + awful.button({ modkey, "Control" }, 1, function(c) c:emit_signal("request::activate", "mouse_click", { raise = true }) awful.mouse.client.move(c) end), -- cgit v1.2.3