Add support for Tilix terminal. #143

This commit is contained in:
Federico Terzi 2020-01-21 23:16:37 +01:00
parent 67e8ece408
commit 3b254b4179

View File

@ -481,6 +481,8 @@ int32_t is_current_window_special() {
return 3;
}else if (strstr(class_buffer, "yakuake") != NULL) { // Yakuake terminal
return 1;
}else if (strstr(class_buffer, "Tilix") != NULL) { // Tilix terminal
return 1;
}
}