]> git.sur5r.net Git - i3/i3/commitdiff
s/Mod1/floating_modifier (Thanks badboy)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Aug 2009 20:58:23 +0000 (22:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Aug 2009 20:58:23 +0000 (22:58 +0200)
src/handlers.c

index ec02180d647682940eaed4f6298731cbd2b6e452..cf56ab6d8251e7523eb3bfd38fcd2166c757ea92 100644 (file)
@@ -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)) {