Add support for kitty terminal
This commit is contained in:
parent
7a37d72bf5
commit
1b8ad38b33
|
@ -495,6 +495,8 @@ int32_t is_current_window_special() {
|
||||||
return 1;
|
return 1;
|
||||||
}else if (strstr(class_buffer, "Tilix") != NULL) { // Tilix terminal
|
}else if (strstr(class_buffer, "Tilix") != NULL) { // Tilix terminal
|
||||||
return 1;
|
return 1;
|
||||||
|
}else if (strstr(class_buffer, "kitty") != NULL) { // kitty terminal
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user