mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 15:06:36 +02:00
fix
This commit is contained in:
@ -351,5 +351,5 @@ long unsigned int focused_window_id()
|
||||
|
||||
int is_focused()
|
||||
{
|
||||
return Xtra.proxy_window == focused_window_id();
|
||||
return Xtra.proxy_window == focused_window_id() || Xtra.terminal_window == focused_window_id();
|
||||
}
|
||||
|
Reference in New Issue
Block a user