diff options
| author | Blista Kanjo | 2024-06-25 10:33:34 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-25 10:33:34 -0400 |
| commit | 1ff0a83d36ded4d4531f40c14327d7358bb49abc (patch) | |
| tree | 6d1e96ab5af9f55d1d6d9602ab25cccf0c1e04eb /.config/awesome/rc-4.3-3.lua | |
| parent | 0df0a3790c42c551546d257dbde2e5d56986e7e2 (diff) | |
refactor: `"Control"` in place of `"Mod"`
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
| -rw-r--r-- | .config/awesome/rc-4.3-3.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
