I've just installed awesome as my wm. When I do alt+tab using awesome, it just switch two apps, it's not possible to get active the others..any idea?
I've just installed awesome as my wm. When I do alt+tab using awesome, it just switch two apps, it's not possible to get active the others..any idea?
I must say it took me some time to set a proper configuration in order to get the behavior I was looking for: cycling through ALL windows, including (especially!) minimized ones, on ALL tags, without raising or focusing them and with a preview or a notice.
cycle_filters in rc.luaawesome-cyclefocus/init.lua :
cycle_filters = {
--function(c, source_c) return not c.minimized end, --luacheck: no unused args
},
rc.lua
cyclefocus.key({ "Mod1", }, "Tab", {
show_clients = false,
focus_clients = false,
}),