diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-10-15 18:09:42 -0500 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-10-15 18:09:42 -0500 |
commit | 110cde8f67e24d9d1d2483e19f7740612163ebb6 (patch) | |
tree | a2ebca8aaabcfdfcffb6000ae09ed9546d61b6a7 /dwl.c | |
parent | 2d9d758c8dec083178ff78b154da784b97260bd1 (diff) |
update comment about exclusive focus in focusclient()
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1175,8 +1175,7 @@ focusclient(Client *c, int lift) c->isurgent = 0; client_restack_surface(c); - /* Don't change border color if there is a exclusive focus - * (at this moment it means that a layer surface is focused) */ + /* Don't change border color if there is an exclusive focus */ if (!exclusive_focus) for (i = 0; i < 4; i++) wlr_scene_rect_set_color(c->border[i], focuscolor); |