baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.73k stars 414 forks source link

Chromium not opening on right monitor #1411

Open bruh12543 opened 2 years ago

bruh12543 commented 2 years ago

Hi, I'm currently using bspwm I love it. No main issues, except one. I have a sxhkd shortcut for opening chromium. Here's the shortcut: ``` ctrl + t chromium

It works. Chromium opens, but not on the monitor I want. I've also tried opening it through dmenu. Here is the shortcut for that: 

super + @space dmenu_run


I use the shortcut and it pops up on the second monitor, I type in chromium and it opens on the first.
I can't find anything about this. Help is appreciated!
bruh12543 commented 2 years ago

Oops i did the code thing wrong 😅

Horus-Heretic commented 2 years ago

bspc rule -a chromium state=tiled desktop='^8' follow=on just swap 8 for the workspace it should appear on