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
And it works just fine.
I've checked window event with xprop -spy -id xxxxxx, nothing comes in with golang version. But with C version, there is an event:
So I think there must be something wrong with previous golang version.
I've tried both SendEvent and SendEventChecked, with Reply() or Check(), still not working.
But I couldn't find anything helpful on the Internet, any idea?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to maximize a window with
xproto.SendEvent
, just like commandwmctrl -ir xxxxxx -b add,maximized_vert,maximized_horz
:I'm pretty sure
window
is the correct one, but nothing happened to that window, So I have to implement this with C:And it works just fine.
I've checked window event with
xprop -spy -id xxxxxx
, nothing comes in with golang version. But with C version, there is an event:So I think there must be something wrong with previous golang version.
I've tried both
SendEvent
andSendEventChecked
, withReply()
orCheck()
, still not working.But I couldn't find anything helpful on the Internet, any idea?
Beta Was this translation helpful? Give feedback.
All reactions