kdotool icon indicating copy to clipboard operation
kdotool copied to clipboard

Accept "current" as value for set_desktop_for_window

Open Zayon opened this issue 8 months ago • 0 comments

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) windowactivate.

The goal is to be able to do something like this:

kdotool --shortcut Meta+something --name "pull XXX window" --name 'XXX' set_desktop_for_window current windowactivate because it does not work with the $() notation

Zayon avatar Jun 10 '24 14:06 Zayon