From d8c0ed8066b80c025825debabfbc2f3bbc9afe1e Mon Sep 17 00:00:00 2001 From: Mehdi YC <44881216+SAVE-POlNT@users.noreply.github.com> Date: Thu, 9 Jun 2022 10:16:12 +0100 Subject: [PATCH 1/3] rectified the installation steps for .deb package the deb package is generated inside a build directory , we have to cd to it before apt install --- docs/01-readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/01-readme.md b/docs/01-readme.md index 4286db06b..38da33739 100644 --- a/docs/01-readme.md +++ b/docs/01-readme.md @@ -52,7 +52,8 @@ sudo apt build-dep awesome git clone https://github.com/awesomewm/awesome cd awesome make package -sudo apt install *.deb +cd build +sudo apt install ./*.deb ``` ## Running Awesome From c3c41bed2f1d7d592b01423c4152c437d9ca0a69 Mon Sep 17 00:00:00 2001 From: "A.I" Date: Fri, 17 Jun 2022 23:17:50 +0800 Subject: [PATCH 2/3] pass tag icon directly to imagebox so that svg icons can be rendered with rsvg --- lib/awful/widget/taglist.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/awful/widget/taglist.lua b/lib/awful/widget/taglist.lua index e3f180ce5..b4843f66d 100644 --- a/lib/awful/widget/taglist.lua +++ b/lib/awful/widget/taglist.lua @@ -49,7 +49,6 @@ local common = require("awful.widget.common") local tag = require("awful.tag") local beautiful = require("beautiful") local fixed = require("wibox.layout.fixed") -local surface = require("gears.surface") local timer = require("gears.timer") local gcolor = require("gears.color") local gstring = require("gears.string") @@ -372,7 +371,7 @@ function taglist.taglist_label(t, args) end if not taglist_disable_icon then if t.icon then - icon = surface.load(t.icon) + icon = t.icon end end From 29c0057795efcd52616e97a8f61c98a4660ae2af Mon Sep 17 00:00:00 2001 From: madprops <206498+madprops@users.noreply.github.com> Date: Sat, 18 Jun 2022 13:38:59 -0600 Subject: [PATCH 3/3] Fixed some typos (#3633) --- objects/client.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/objects/client.c b/objects/client.c index 4edec6756..bc3a76c9a 100644 --- a/objects/client.c +++ b/objects/client.c @@ -707,8 +707,7 @@ lua_class_t client_class; */ /** - * Define if the client must be hidden, i.e. never mapped, - * invisible in taskbar. + * Define if the client must be hidden (Never mapped, invisible in taskbar). * * @property hidden * @tparam boolean hidden @@ -719,8 +718,7 @@ lua_class_t client_class; */ /** - * Define it the client must be iconify, i.e. only visible in - * taskbar. + * Define if the client must be iconified (Only visible in taskbar). * * Minimized clients are still part of tags and screens, but * they are not displayed. You can unminimize using `c.minimized = false`, @@ -1184,7 +1182,7 @@ lua_class_t client_class; */ /** - * Set the client sticky, i.e. available on all tags. + * Set the client sticky (Available on all tags). * * Please note that AwesomeWM implements `sticky` clients * per screens rather than globally like some other