hbspbar

[WIP] bspwm status bar
git clone https://hhvn.uk/hbspbar
git clone git://hhvn.uk/hbspbar
Log | Files | Refs

commit 17227e7c4be855b3129d58918e59594a2980e2fc
parent e13eff1c2c9643bf63a484222430cc3880b98d3d
Author: hhvn <dev@hhvn.uk>
Date:   Sat, 30 Dec 2023 14:13:22 +0000

Remove ewmh states

Diffstat:
Mdrw/x.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/drw/x.go b/drw/x.go @@ -92,7 +92,6 @@ func WindowCreate(x, y, w, h uint) (*Window, error) { icccm.WmClassSet(xu, win.id, &class) ewmh.WmWindowTypeSet(xu, win.id, []string{"_NET_WM_WINDOW_TYPE_DOCK"}) - ewmh.WmStateSet(xu, win.id, []string{"_NET_WM_STATE_STICKY", "_NET_WM_STATE_ABOVE"}) err = xproto.MapWindowChecked(xc, win.id).Check() if err != nil {