I found problems, when I use option for where open programs (workspace)
rule = wm_class("Google-chrome"), state(tiled), desktop(3)
- Chrome not opening on the 3rd workspace if I'm already on the 3rd workspace. When I switch to other workspace, and switch back to 3, then show the Chrome.
- New windows not opening on a workspace if Chrome is already there.
rule = wm_class("Transmission-gtk"), state(tiled), desktop(4)
- I'm on first workspace. Open Transmission with keyboard (rofi), and automatically go 4nd workspace, but doesnt show Transmission program. When I switch other workspace, then switch back to 4nd workspace, then show Transmission program.