xdo icon indicating copy to clipboard operation
xdo copied to clipboard

Small X utility to perform elementary actions on windows

Results 11 xdo issues
Sort by recently updated
recently updated
newest added

the makefile not install the headers

Would you please tell me how to set delta for move/resize action, but not position. E.g.: xdo move -x +1 #want to move +1 pixel from current to the right...

```shell $ xdo show 0 $ [[ $? == 0 ]] && echo "Done" || echo "Err" Done $ ``` Result - done. expected - error. Is it possible that...

`bspc query -N -n focused` shouldn't be used to get the id focused of the focused window since it may return a node that is not a window. But `xdo...

use xdo hide -d but xdo show -d can't use I am using awesomewm and > xprop -id $(xdo id) _NET_WM_DESKTOP _NET_WM_DESKTOP(CARDINAL) = 8 `xdo show id` can use

It would be great if you could provide a Debian/Ubuntu package. Thanks!

Filter out only visible window in results. similar to `--onlyvisible` in `xdotool`.

I guess it's obvious but please implement an action to send keyboard input i.e. to simulate typing a given string (not just a single key)

as the doc is currently laid out are we to take it we can't for example use xdo to move a window to another desktop?