mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
wmaker: add new button and wheel mouse actions
This patch is adding atomic mouse actions to mouse buttons to: -focus on previous or next window -move to previous or next workspace and adding wheel action to -switch between windows Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
committed by
Carlos R. Mafra
parent
39f6130a28
commit
f40095ac9e
@@ -206,6 +206,11 @@ typedef enum {
|
||||
#define WA_OPEN_APPMENU 2
|
||||
#define WA_OPEN_WINLISTMENU 3
|
||||
#define WA_SWITCH_WORKSPACES 4
|
||||
#define WA_MOVE_PREVWORKSPACE 5
|
||||
#define WA_MOVE_NEXTWORKSPACE 6
|
||||
#define WA_SWITCH_WINDOWS 7
|
||||
#define WA_MOVE_PREVWINDOW 8
|
||||
#define WA_MOVE_NEXTWINDOW 9
|
||||
|
||||
/* workspace display position */
|
||||
#define WD_NONE 0
|
||||
|
||||
Reference in New Issue
Block a user