You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Accordingly, if fix ./bling/module/scratchpad.lua:6
- local ruled = capi.awesome.version ~= "v4.3" and require("ruled") or nil+ local ruled = capi.awesome.version ~= "4.3" and require("ruled") or nil
Everything is working.
Like I said, I'm not sure if this is a module issue or if I'm the only one experiencing this.
In case this is important, I use the nixOS version of awesomewm without modifications which comes with the configuration:
xserver.windowManager.awesome.enable=true;
The text was updated successfully, but these errors were encountered:
Yes the way that the used awesomewm version is detected doesn't work reliably because the version "tag" is set as a build variable and is thus up to the package manager most of the time. So this change would break for arch users and probably others instead. It is a valid issue and I don't have a proper solution right now but open for input
Hello, I'm not sure whether it was worth opening the issue, I encountered a strange import problem on awesome wm stable 4.3
I just add bling as a git submodule in ~/.config/awesome/modules/bling
When trying to start awesomewm:
Here is this line:
I checked what result I would get in my rc.lua:
Accordingly, if fix ./bling/module/scratchpad.lua:6
Everything is working.
Like I said, I'm not sure if this is a module issue or if I'm the only one experiencing this.
In case this is important, I use the nixOS version of awesomewm without modifications which comes with the configuration:
The text was updated successfully, but these errors were encountered: