kdotool icon indicating copy to clipboard operation
kdotool copied to clipboard

xdotool-like for KDE Wayland

Results 3 kdotool issues
Sort by recently updated
recently updated
newest added

> ./kdotool --debug get_desktop [2024-05-18T19:47:35Z DEBUG kdotool] ===== Generate KWin script ===== [2024-05-18T19:47:35Z DEBUG kdotool] Script: print("kdotool-wEHTOJ START"); function output_debug(message) { print("kdotool-wEHTOJ DEBUG", message); callDBus(":1.399", "/", "", "debug", message.toString()); }...

Hi, thanks for this great tool. It was working for me 30 minutes ago; then I wrote a few more kdotool commands, put them all in a script for startup,...

bug

It would be great to be able to do this: `kdotool search --name 'XXX' set_desktop_for_window current windowactivate` That would be the equivalent of `kdotool search --name 'XXX' set_desktop_for_window $(kdotool get_desktop)...