Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-17 | Replace runCommand with system to eliminate zombies | Phil Xiaojun Hu | |
2014-08-09 | hlint refactorings | Reto Hablützel | |
2014-05-29 | Stop using '++ "&"' to background an action | Nathaniel Wesley Filardo | |
2014-02-20 | Change actions syntax | Marcin Mikołajczyk | |
2014-02-18 | Add support for multiple actions per item, activated depending on mouse ↵ | Marcin Mikołajczyk | |
button clicked | |||
2013-07-12 | Back to regex-compat with a simpler POSIX regexp | Jose Antonio Ortega Ruiz | |
2013-06-05 | Stripping actions in stdin and xprop plugins | Jose Antonio Ortega Ruiz | |
2013-03-13 | Remove catch-all case in runAction | Alexander Polakov | |
2013-03-13 | Introduce Actions | Alexander 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). |