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
SETPROP function, which is defined in config.def.h and binded to Ctrl+`, would be broken if and only if the alpha patch was patched.
The main problem is dmenu -w $xid encounters error:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 62 (X_CopyArea)
Serial number of failed request: 157
Current serial number in output stream: 158
Any help would be appreciated.
P.S.: test with unpatched dmenu 5.2
The text was updated successfully, but these errors were encountered:
I think I have found something on this. When I applied alpha patch to dmenu 5.2, the dmenu started to work just fine! I guess it could be the Depth (in xwininfo output for tabbed) which I don't really know what is referring to. maybe the bits[1]
SETPROP
function, which is defined inconfig.def.h
and binded to Ctrl+`, would be broken if and only if the alpha patch was patched.The main problem is
dmenu -w $xid
encounters error:X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 62 (X_CopyArea) Serial number of failed request: 157 Current serial number in output stream: 158
Any help would be appreciated.
P.S.: test with unpatched dmenu 5.2
The text was updated successfully, but these errors were encountered: