diff options
-rw-r--r-- | sway/handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c index 69846e45..8b127d35 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -431,7 +431,7 @@ static bool handle_pointer_button(wlc_handle view, uint32_t time, const struct w } // set pointer mode only if floating mod has been set - if(config->floating_mod) { + if (config->floating_mod) { pointer_mode_set(button, !(modifiers->mods ^ config->floating_mod)); } |