diff options
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/focus.c b/openbox/focus.c index 02832cea..40d961fd 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -201,6 +201,10 @@ void focus_set_client(ObClient *client) active = client ? client->window : None; PROP_SET32(RootWindow(ob_display, ob_screen), net_active_window, window, active); + + /* remove hiliting from the window when it gets focused */ + if (client != NULL) + client_hilite(client, FALSE); } } |
