From: Michael Stapelberg Date: Sun, 2 Aug 2009 20:58:23 +0000 (+0200) Subject: s/Mod1/floating_modifier (Thanks badboy) X-Git-Tag: 3.c~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=19abb63393ff2a87dbde5aa4cd3554edf7204bde;p=i3%2Fi3 s/Mod1/floating_modifier (Thanks badboy) --- diff --git a/src/handlers.c b/src/handlers.c index ec02180d..cf56ab6d 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -308,7 +308,7 @@ int handle_button_press(void *ignored, xcb_connection_t *conn, xcb_button_press_ if (config.floating_modifier != 0 && (event->state & config.floating_modifier) != 0) { if (client == NULL) { - LOG("Not handling, Mod1 was pressed and no client found\n"); + LOG("Not handling, floating_modifier was pressed and no client found\n"); return 1; } if (client_is_floating(client)) {