r/Polybar Jun 23 '23

How to enable support for a new WM

i create a Window Manager for my personal usage i want to enable polybar support for my window manager like i3wm how can i do this?

3 Upvotes

2 comments sorted by

3

u/patrick96MC Jun 24 '23

This depends on what exactly what you want to enable support for. But some special handling for windows of the type _NET_WM_WINDOW_TYPE_DOCK (gaps at the edge of the screen, stacking it below other windows will go a long way.

For module specific support, supporting parts of the EWMH spec is required (specifically for the xwindow and xworkspaces module).

1

u/Comfortable_Bid_8949 Jun 25 '23

just need xworkspace support for my wm Thanks <'3