summaryrefslogtreecommitdiff
path: root/util/epist/actions.hh
blob: ed96fe8fe62a9b72e84442d4cb947715d71f5bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// xOr: this is crap.
enum ActionType {
  noaction = 0,
  execute,
  iconify,
  raiseWindow,
  lowerWindow,
  closeWindow,
  changeDesktop,
  shade,
  moveWindowUp,
  moveWindowDown,
  moveLeft,
  moveRight,
  nextWindow,
  prevWindow,

  stringChain, 
  keyChain,
  numberChain,

  cancel,

  NUM_ACTIONS
};