diff options
| author | Blista Kanjo | 2024-06-25 14:59:16 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-25 14:59:16 -0400 |
| commit | 16e07b71c53c11bc90c1caa022511143f1aa274c (patch) | |
| tree | 890b2c9ef2e561d072d05b699ccdf9069b7e0614 /.config/awesome | |
| parent | 08a773b18ca240aec93e55699702a0537931784a (diff) | |
kj-gitbot: .config/awesome/rc-4.3-3.lua
Diffstat (limited to '.config/awesome')
| -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 49a444d..7730420 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 }, "w", awful.client.floating.toggle, { description = "toggle floating", group = "client" }), -- sticky window and always on top toggle |
