From 542614bc08920d2981a5871f913b7af7bd294846 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 28 Jun 2024 23:50:04 -0400 Subject: refactor: changed a description --- .config/awesome/rc-4.3-3.lua | 2 +- .config/awesome/rc.lua | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua index 1083f8d..484c487 100644 --- a/.config/awesome/rc-4.3-3.lua +++ b/.config/awesome/rc-4.3-3.lua @@ -593,7 +593,7 @@ clientkeys = gears.table.join( 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, 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, diff --git a/README.md b/README.md index 5a3bedd..bf22a20 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ personal collection of config files for my Linux set-up. I mostly use a cringe-l ![Image of my Linux Rice](https://aedrielkylejavier.me/assets/rice.png) -![Image of shortcuts for awesome-WM](https://aedrielkylejavier.me/assets/keybinds3.png) +![Image of shortcuts for awesome-WM](https://aedrielkylejavier.me/assets/keybinds4.png) **dotfiles are updated nightly** -- cgit v1.2.3