all repos — openbox @ 129f5655578f3118fbbf7d03e0b60fdcf9161474

openbox fork - make it a bit more like ryudo

util/epist/actions.hh (raw)

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
};