summaryrefslogtreecommitdiffhomepage
path: root/src/Actions.hs
AgeCommit message (Collapse)Author
2014-09-17Replace runCommand with system to eliminate zombiesPhil Xiaojun Hu
2014-08-09hlint refactoringsReto Hablützel
2014-05-29Stop using '++ "&"' to background an actionNathaniel Wesley Filardo
2014-02-20Change actions syntaxMarcin Mikołajczyk
2014-02-18Add support for multiple actions per item, activated depending on mouse ↵Marcin Mikołajczyk
button clicked
2013-07-12Back to regex-compat with a simpler POSIX regexpJose Antonio Ortega Ruiz
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).