kdotool
kdotool copied to clipboard
xdotool-like for KDE Wayland
> ./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,...
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)...
It would be convenient to be able to search by window's state i.e. properties supported in `windowstate` action.
show desktop
wwith kdotool is there any way to get the equivalent of `wmctrl -k on` on plasma wayland? e.g. working in a cron script
There are `--shortcut ` and `--name` options but there is no option to pass file with the script. Having a script in a file how to assign a keyboard shortcut...
Hi, first of all, thank you for making kdotool. I noticed that some commands can be chained, such as: kdotool getmouselocation getwindowname getwindowpid get_desktop_for_window However I can't find a way...
First, thank you for creating this tool. Upgrading past Fedora 39 meant Wayland, and the loss of `xdotool` was impactful for me. A feature request would be a `--case-sensitive` option...
``` $ while true; do date; kdotool getmouselocation; sleep 1; done Thu Jan 30 02:21:17 AM PST 2025 x:1089 y:638 screen:1 window:{7ca9ccd5-255a-46ec-b2c0-9fb8630440e2} Thu Jan 30 02:21:18 AM PST 2025 x:1089...