Version: 1.5.4
the default configuration
manjaro dwm-6.2
rofi -show window
it doesn't switch window
switch window
Rofi uses EWMH to switch between windows. Does DWM implement this?
This is what rofi calls:
xcb_ewmh_request_change_active_window
It seems DWM doesn't support EWMH.
Thanks for your help!
@lyjdwh, you could use this patches, in order to achieve what you want:
@alesandar it really works, thanks!
You're welcome. It was not necessary to patch ewmhtags, but you're already looking for EWMH support and it might be useful if you decide to use polybar or anything similar in the future. However, you may find focusonnetactive a little bit obtrusive, because popup windows may also change your current view.
Nice solution, is it possible to see the tag number or something similar just like in i3wm?
I tried to use the ewmhtags but that doesn't seem to show it.
EDIT: Works, my bad. I had to completely restart X in order for the tags to update inside the menu.
Most helpful comment
@lyjdwh, you could use this patches, in order to achieve what you want: