I like BP32 and I noticed a minor cliche when running BSPWM tiling manager. When more than one app is running, clicking on one of the app does NOT focus that window, can focus with custom key-binding (using sxhkdrc). Checking with 32bit FocalFossa (Upupff) with BSPWM, mouse click work as expected. Any ideas?
BP32, mouse click does NOT focus app with BSPWM(SOLVED)
Moderator: Forum moderators
- gychang
- Posts: 651
- Joined: Fri Aug 28, 2020 4:51 pm
- Location: San Diego, CA
- Has thanked: 234 times
- Been thanked: 73 times
Re: BP32, mouse click does NOT focus app with BSPWM
got an answer, have to add following to bspwmrc:
#mouse pointer click on app gets focus.
bspc config click_to_focus true
this will allow particular app to get focus with a mouse click, which was the question I originally asked.