Replies: 1 comment
-
Hi @mnzaki and thanks for your interest! I'm happy to generalize the project and merge PRs that add support for Awesome (or other WMs for that matter), with the following caveats:
Let me know if this works for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to write support for AwesomeWM and I'm curious if there's interest in generalizing
i3-workspace-groups
, in general.A cursory look at the code suggests that I3Proxy is (hopefully) the only interaction point with i3. I propose to abstract that into a
WMProxy
andWMProxyAdapter
, rewriteI3Proxy
as an adapter namedI3Adapter
, and writeAwesomeAdapter
. The scripts would be changed toimport WMProxy
.Polybar support requires a similar effort, and I imagine folding that into
WMProxyAdapter
Any input/guidance/suggestions/ideas?
Beta Was this translation helpful? Give feedback.
All reactions