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?
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?