mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
tiny fix
This commit is contained in:
parent
bceb2482ad
commit
fafee89cb0
1 changed files with 1 additions and 0 deletions
|
@ -747,6 +747,7 @@ int menu(char **lines, char **input, char *prompt, int selected, Time *time)
|
||||||
// If each token was matched, add it to list.
|
// If each token was matched, add it to list.
|
||||||
if(match)
|
if(match)
|
||||||
{
|
{
|
||||||
|
if(config_i3_mode && strstr(lines[i], "i3bar") != NULL) continue;
|
||||||
line_map[j] = i;
|
line_map[j] = i;
|
||||||
filtered[j++] = lines[i];
|
filtered[j++] = lines[i];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue