]> icculus.org git repositories - mikachu/openbox.git/blob - util/epist/actions.hh
some of the actions I came up with
[mikachu/openbox.git] / util / epist / actions.hh
1 // xOr: this is crap.
2 enum ActionType {
3   noaction = 0,
4   execute,
5   iconify,
6   raiseWindow,
7   lowerWindow,
8   closeWindow,
9   changeDesktop,
10   shade,
11   moveWindowUp,
12   moveWindowDown,
13   moveLeft,
14   moveRight,
15   nextWindow,
16   prevWindow,
17
18   stringChain, 
19   keyChain,
20   numberChain,
21
22   cancel
23 };
24