Closed
Description
I'm trying to cycle between clients of the same class using thise code:
cyclefocus.key({ modkey, }, "`", 1, {
cycle_filter = cyclefocus.filters.same_class
}),
but it results in the following error:
W: awesome: event_handle_key:586: error running function: /home/lars/.config/awesome/cyclefocus/init.lua:133: attempt to index local 'source_c' (a nil value)
It seems source_c
is always nil
.
Awesome is 3.5.6.
Activity