diff options
| author | Blista Kanjo | 2024-06-29 00:00:13 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-29 00:00:13 -0400 |
| commit | 82f89a8de3e8a94e09c43690a144085726384074 (patch) | |
| tree | 5439e00727cee970cf585641396018126278e9cb /.config | |
| parent | 542614bc08920d2981a5871f913b7af7bd294846 (diff) | |
kj-gitbot: .config/awesome/rc-4.3-3.lua
Diffstat (limited to '.config')
| -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 484c487..e40a491 100644 --- a/.config/awesome/rc-4.3-3.lua +++ b/.config/awesome/rc-4.3-3.lua @@ -592,7 +592,7 @@ clientkeys = gears.table.join( { description = "close", group = "client" }), awful.key({ modkey }, "q", function(c) c:kill() end, { description = "close", group = "client" }), - awful.key({ modkey }, "space", awful.client.floating.toggle, + awful.key({ modkey }, "a", awful.client.floating.toggle, { description = "toggle client anchor (floating/tiling)", group = "client" }), -- sticky window and always on top toggle |
