Add support for Simple terminal on Linux. Fix #112
This commit is contained in:
parent
aaede19344
commit
b978c8a593
|
@ -454,6 +454,8 @@ int32_t is_current_window_terminal() {
|
|||
return 1;
|
||||
}else if (strstr(class_buffer, "Terminator") != NULL) { // Terminator
|
||||
return 1;
|
||||
}else if (strstr(class_buffer, "St") != NULL) { // Simple terminal
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user