Correctly parse the urgent-hint
This commit is contained in:
parent
71cb49b847
commit
654b51fef1
|
@ -44,7 +44,7 @@ static int workspaces_boolean_cb(void* params_, bool val) {
|
|||
}
|
||||
|
||||
if (!strcmp(params->cur_key, "urgent")) {
|
||||
params->workspaces_walk->focused = val;
|
||||
params->workspaces_walk->urgent = val;
|
||||
FREE(params->cur_key);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue