How can I move a container by its class?
asked 2015-12-19 21:35:11 +0000
This post is a wiki. Anyone with karma >100 is welcome to improve it.
I want to move a specific container to the workspace that is being switched to. The container already exists. I had something like this in mind:
bindsym $mod+1 move "specific_container" to workspace 1; workspace 1;
thanks.