I want to write an script that sets the attributes of certain windows to 'always in top'.
This command is supposed to work on X11: wmctrl -r "window title" -b add,above
But it does not work on Ubuntu 21.10 running Wayland. Neither does this one wmctrl -l
work. I found a way to list active windows in here, but still can't change the attributes.