diff --git a/src/dialog.c b/src/dialog.c index d46d22b0..a77835a5 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1065,7 +1065,12 @@ handleLogoPush(XEvent *event, void *data) "F'ck Canada!!!!", "F'ck Bastard Imperialists!!!", "Hi! My name is bobby...", - "AHH! The neurotic monkeys are after me!" + "AHH! The neurotic monkeys are after me!", + "WHAT YOU SAY??", + "WE GET SIGNAL", + "SOMEBODY SET UP US THE BOMB", + "ALL YOUR BASE ARE BELONG TO US!" + }; diff --git a/src/event.c b/src/event.c index 04a8621e..1db7cbc4 100644 --- a/src/event.c +++ b/src/event.c @@ -633,13 +633,11 @@ handleButtonPress(XEvent *event) wUnselectWindows(scr); wSelectWindows(scr, event); } -#ifdef MOUSE_WS_SWITCH else if (event->xbutton.button==Button5) { wWorkspaceRelativeChange(scr, -1); } else if (event->xbutton.button==Button4) { wWorkspaceRelativeChange(scr, 1); } -#endif /* MOUSE_WS_SWITCH */ #ifdef GNOME_STUFF else if (wGNOMEProxyizeButtonEvent(scr, event)) return; diff --git a/src/wconfig.h.in b/src/wconfig.h.in index d253317e..7dec3f1f 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -106,13 +106,6 @@ */ #define FALLBACK_WINDOWMANAGER "blackbox" - -/* Define if you have a 5 button mouse and want to use button 4 - * (in the root window) for switching to the previous workspace - * and 5 for the next. This will not work if you enable - * DisableWSMouseActions or compile wmaker with --enable-lite */ -#define MOUSE_WS_SWITCH - /* * Turn on a hack to make mouse and keyboard actions work even if * the NumLock or ScrollLock modifiers are turned on. They might