Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-09 | Create signal handler in main and pass it down to the start* functions | Jochen Keil | |
This is necessary for setting up the signal callback (trigger) from the Plugin interface. As another benefit it is now possible to implement the lowerOnStart config option properly by simply sending a Hide signal in startLoop. | |||
2012-08-09 | Modularize Window handling functions | Jochen Keil | |
These functions are about creation, positioning and property setting of the xmobar window. An own module does them justice and eases the task of adding functions for revealing/hiding and toggling the window. |