summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)AuthorFilesLines
2007-07-23allow running of ohmd uninstalledRob Taylor1-1/+1
This allows you to use ohmd/run-ohmd.sh to run ohmd uninstalled. It will installed the plugins and config to a temporary directory, a la hal. The install step can be skipped with --skit-plugin-install. This also cleans up a lot of automake usage and ups automake dependancy to 1.10
2007-07-13add an xorg plugin to detect when X is up and to set XAUTHORITYRichard Hughes1-1/+1
2007-07-11add initial suspend stuffRichard Hughes1-1/+1
Suspending is invoked by calling HAL
2007-07-11add a new buttons plugin to detect a hal power button eventRichard Hughes1-1/+1
Also make the plugins conf have a .ini extension
2007-06-25have a move aroundRichard Hughes1-1/+1
2007-01-27use GKeyFile instead of freeformRichard Hughes5-16/+29
Use GKeyFile format rather than parsing the file ourselves.
2007-01-26fix the dpms pluginRichard Hughes1-0/+2
Fix the dpms plugin, and only compile and install it if we have the DPMS headers on the box. Using DPMS adds memory requriement by about 20k, wow.
2007-01-26add initial dpms pluginRichard Hughes1-0/+1
Add an initial DPMS plugin that works off the backlight plugin. Obviously only suitable for PC's and Laptops, but useful nevertheless.
2007-01-24add quick and dirty battery pluginRichard Hughes1-0/+1
Add a quick and dirty HAL plugin to export the battery percentage.
2007-01-23add the idle and acadapter pluginsRichard Hughes2-5/+6
Add the idle and AC adapter plugins, and re-work the core and other plugins to actually do stuff when events happen.
2007-01-22make plugins actually do somethingRichard Hughes6-18/+3
Make the plugins begin to enforce rules, and start adding some real world examples. Lots more to do.
2007-01-19connect up the plugin listRichard Hughes1-1/+1
Create a list of plugins, rather than the single one and use the plugin store to instantiate all the plugins. Things actually might work soon.
2007-01-19add non-recursive coldplug routineRichard Hughes1-1/+1
Add a non-recursive coldplug routine to process the module lists in a really fast way. Typically coldplug happens in two or three module runs.
2007-01-19move plugin defconfig to plugins directoryRichard Hughes8-1/+22
Also add prevent, require and suggest files with comments in.
2007-01-17initial import of my local version of ohmRichard Hughes2-0/+13