xorg62 / wmfs

Window Manager From Scratch, Minimal manual tiling window manager.
http://wmfs.info
Other
189 stars 28 forks source link

Feature : autofocus tab #55

Open Minims opened 12 years ago

Minims commented 12 years ago

[key] mod = {"Alt", "Shift"} key = "h" func = "client_tab_left" [/key]

I tab 2 terminal with this binding, then i need to click on the tab bar to get the other terminal. Is it possible to get the focus on the 2nd terminal when the mouse is over the tab wihtout any clic ?

Thanks.