Aire-One

Results 129 comments of Aire-One

Hello @diavolicchio, > /home/user/.config/awesome/rc.lua:688: attempt to index a nil value (field 'volume') Looking at your config, line 688 is ```lua os.execute(string.format("amixer -q set %s 1%%+", beautiful.volume.channel)) ``` You have to...

I don't like this... IMO a "restart" is synonym to "refresh" in the sense you kill the process to create a new fresh one. In my workflow, I dynamically create...

Oh right, @warptozero! I don't know why but I forgot we could disconnect the signal :man_shrugging: It's a nice move and it can be implemented by the user on the...

Hello @NobbZ, Thank you for the report. The bug comes from this method override in `awful.widget.button`. (To be fair, the method override was written long before imagebox supports that much...

Oops! You're too fast @actionless I'll mark the issue as "Good first issue" so new contributors can pick up your patch and finish the work :smile:

Hello @akinokonomi, Do you have some configurations/rules that could be interfering? Can you try again with the default `awesomerc.lua`? I have just downloaded a random youtube video and tried your...

I wrote this first study case: ```diff diff --git a/tests/_client.lua b/tests/_client.lua index 3eb015f31..d29bfc8ff 100644 --- a/tests/_client.lua +++ b/tests/_client.lua @@ -13,7 +13,7 @@ local test_client_source = [[ pcall(require, 'luarocks.loader') local lgi...

What's the status of this PR? Especially regarding the recent merge of #2941 with commit 5818de41ce181f36207bb0d7b090aff292737089 renaming `awful.ewmh` to `awful.permissions`. (off topic: BTW shouldn't this change the features list from...

Hello @Grumph @musjj, Sorry for missing this issue. It seems this is a documentation/implementation synchronization issue: https://github.com/awesomeWM/awesome/blob/28381d2792856419d4860dd6b9ed9b94b457c7f2/lib/awful/keygrabber.lua#L802-L804 I haven't done any more investigation, but I guess the parameter should be...

Given this other PR https://github.com/awesomeWM/awesome/pull/3817 (that only changes unrelated documentation) has a similar CI fail (the fail is on the same test at least), I guess this is rather an...