codic12 / worm

A dynamic, tag-based window manager written in Nim
MIT License
711 stars 24 forks source link

[Bug] `focus-mode` does not work. #85

Closed 2brownc closed 1 year ago

2brownc commented 2 years ago

Documented Behaviour: focus-mode(int)` : Sets the focus mode. 1: is focus-follows-click (like Microsoft Windows). 2: is the traditional X11 focus-follows-mouse.

Observed Behaviour: wormc focus-mode 2 does not result in activation/focus of inactive client on mouse hover. The same situation is observed in both tile and float modes.

codic12 commented 1 year ago

very delayed reply :) but it works for me, are you sure you weren't using an older version ?

2brownc commented 1 year ago

Hi. Better late than never. :)

I am afraid I can't confirm if it's working now because I am currently using another WM.

I installed the official Endeavour OS version of Worm WM. So I think it is the latest version. And I assure you, at the time of me posting this issue, it is NOT working.

codic12 commented 1 year ago

oh I see, it's because I forgot that I haven't tagged a new release, and endeavourOS uses the stable version, which doesn't have focus-mode. a silly mistake, I will be sure to tag a new release soon :)

codic12 commented 1 year ago

fixed!