diff options
| author | Blista Kanjo | 2024-06-28 23:50:04 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-28 23:50:04 -0400 |
| commit | 542614bc08920d2981a5871f913b7af7bd294846 (patch) | |
| tree | 06144c30301d658a1a6b3561bb0fb745f42cb234 /.config/awesome/rc.lua | |
| parent | 7bbfb305867570c7d43302af4c13ca8f71320bf8 (diff) | |
refactor: changed a description
Diffstat (limited to '.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 ca2e330..1d6f395 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -643,7 +643,7 @@ client.connect_signal("request::default_keybindings", function() awful.key({ modkey }, "q", function(c) c:kill() end, { description = "close", group = "client" }), awful.key({ modkey }, "space", awful.client.floating.toggle, - { description = "toggle client anchor", group = "client" }), + { description = "toggle client anchor (floating/tiling)", group = "client" }), -- sticky window and always on top toggle awful.key({ modkey }, "t", function(c) c.ontop = not c.ontop end, |
