summaryrefslogtreecommitdiffhomepage
path: root/src/Actions.hs
AgeCommit message (Collapse)Author
2013-06-05Stripping actions in stdin and xprop pluginsJose Antonio Ortega Ruiz
2013-03-13Remove catch-all case in runActionAlexander Polakov
2013-03-13Introduce ActionsAlexander Polakov
Actions are event re-actions. Currently only ButtonPress event is handled by Actions and only one action is defined, which is called Spawn (run external command). Type (and parser) can be extended to EWMH actions (switch to desktop, close window, whatever).