Add Terminator to Linux filter. Fix #102
This commit is contained in:
parent
cf7a06eb6c
commit
0c43bc0646
|
@ -446,6 +446,8 @@ int32_t is_current_window_terminal() {
|
|||
return 1;
|
||||
}else if (strstr(class_buffer, "konsole") != NULL) { // KDE Konsole
|
||||
return 1;
|
||||
}else if (strstr(class_buffer, "Terminator") != NULL) { // Terminator
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user