When I use key bindings to switch from one workspace on one screen to a different workspace on the other screen, I would like the mouse pointer to move to the other screen. Is that possible?
Hi, I think you could try to add the following rules to ~/.config/bspwm/bspwmrc
bspc config pointer_follows_focus true
bspc config pointer_follows_monitor true
bspc config focus_follows_pointer true
HTH.
3 Likes
Thank you.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.