diff options
| author | Blista Kanjo | 2024-06-29 00:00:21 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-29 00:00:21 -0400 |
| commit | 76dbb9da65b42a618eadaebe334f1e52fa8cd30d (patch) | |
| tree | 9ba6c2d5257a21a4c083f905a6d612cbdd87afbb | |
| parent | 82f89a8de3e8a94e09c43690a144085726384074 (diff) | |
kj-gitbot: .config/awesome/rc.lua
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 1d6f395..a16050c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -642,7 +642,7 @@ client.connect_signal("request::default_keybindings", function() { 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 |
