mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
A few miscelaneous fixes
This commit is contained in:
@@ -631,8 +631,7 @@ handleButtonPress(XEvent *event)
|
||||
} else if (event->xbutton.button==wPreferences.select_button) {
|
||||
wUnselectWindows(scr);
|
||||
wSelectWindows(scr, event);
|
||||
}
|
||||
else if (event->xbutton.button==Button5) {
|
||||
} else if (event->xbutton.button==Button5) {
|
||||
wWorkspaceRelativeChange(scr, -1);
|
||||
} else if (event->xbutton.button==Button4) {
|
||||
wWorkspaceRelativeChange(scr, 1);
|
||||
|
||||
Reference in New Issue
Block a user