From 19abb63393ff2a87dbde5aa4cd3554edf7204bde Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 2 Aug 2009 22:58:23 +0200 Subject: [PATCH] s/Mod1/floating_modifier (Thanks badboy) --- src/handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.5