Is it possible to have the mouse pointer follow the window/screen focus?

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.

@beavis @nivit

Welcome to the EndeavourOS forum. I hope you enjoy your time here.

Pudge

3 Likes

@Pudge Thanks! I’m sure I’ll enjoy it.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.