mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
removed MOUSE_WS_bla
added back easter egg
This commit is contained in:
@@ -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!"
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user