diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index eb923b90d..db1f7d6e3 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -648,7 +648,7 @@ _pre_client_assign_hook(void *data __UNUSED__, return; if ((ec->bordername && strcmp(ec->bordername, "pixel")) - || !ec->bordername) + || !ec->bordername) { change_window_border(ec, "pixel"); }