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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
I was coding a script but this option don't seems to work
sxiv -e $(xdotool getactivewindow) image.png
X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 1 (X_CreateWindow) Serial number of failed request: 20 Current serial number in output stream: 31
I tryied st -w $(xdotool getactivewindow) or dmenu -w $(xdotool getactivewindow) to understan if I was doing something wrong but I don't so because it work. Is this a Bug?
The text was updated successfully, but these errors were encountered:
I was coding a script but this option don't seems to work
sxiv -e $(xdotool getactivewindow) image.png
X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 1 (X_CreateWindow) Serial number of failed request: 20 Current serial number in output stream: 31
I tryied
st -w $(xdotool getactivewindow)
ordmenu -w $(xdotool getactivewindow)
to understan if I was doing something wrong but I don't so because it work. Is this a Bug?The text was updated successfully, but these errors were encountered: