From: Scott Moynes Date: Fri, 12 Jul 2002 03:03:55 +0000 (+0000) Subject: some of the actions I came up with X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=89d09297f0ef3d2db648a756f62a57bf2be317df;p=chaz%2Fopenbox some of the actions I came up with --- diff --git a/util/epist/actions.hh b/util/epist/actions.hh new file mode 100644 index 00000000..e19c204b --- /dev/null +++ b/util/epist/actions.hh @@ -0,0 +1,24 @@ +// 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 +}; +