leftwm / leftwm

A tiling window manager for Adventurers
http://leftwm.org
MIT License
2.84k stars 187 forks source link

Conky just on tag where created #395

Closed VuiMuich closed 3 years ago

VuiMuich commented 3 years ago

Describe the bug I am not sure if this is an actual regression, or if I just messed up my config, but since a bunch of weeks conky only is present on the tag where its window is created, despite being window type dock

Expected behavior Conky should be stickied, so it is present on every tag

Environment:

paru -Qi picom
Name                     : picom-jonaburg-git
Version                  : 0.1-4
paru -Qi conky
Name                     : conky
Version                  : 1.12.2-1
leftwm check
:: LeftWM version: 0.2.8
:: LeftWM git hash: f84ec87

Additional context

$ xprop
_NET_WM_DESKTOP(CARDINAL) = 0
_NET_WM_STATE(ATOM) = _NET_WM_STATE_BELOW, _NET_WM_STATE_SKIP_TASKBAR, WM_COLORMAP_WINDOWS, WINDOW
_WIN_LAYER(CARDINAL) = 0
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x0, 0x0, 0x0, 0x0
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DOCK
WM_PROTOCOLS(ATOM): protocols
WM_NAME(STRING) = "system_conky"
WM_LOCALE_NAME(STRING) = "de_DE.utf8"
WM_CLASS(STRING) = "Conky", "Conky"
WM_HINTS(WM_HINTS):
        Client accepts input or input focus: False
        Initial state is Don't Care State.
WM_CLIENT_MACHINE(STRING) = "manjobook"
WM_COMMAND(STRING) = { "conky", "-D", "-c", "/home/vuimuich/.config/conky/conky_time2.conf" }
AethanFoot commented 3 years ago

I seem to also be seeing this issue, will have a look today. Thanks.