Tagged Questions
6
votes
1answer
286 views
Command to move a window to all desktops
I'd like to be able to move (pin) an existing window to all desktops using a scriptable command, rather than through the window menu.
wmctrl -r <WIN> -t <DESK> will move a window to a ...