Go to file
Ghost1227 4327bd6cf2 Merge pull request #8 from CasperVector/master
Fix bug in yesno(), plus minor improvements.
2012-08-24 10:55:05 -07:00
src consolekit -> ConsoleKit in comments. 2012-08-25 00:44:16 +08:00
themes Update documentation and installation scripts. 2012-04-08 03:37:00 +08:00
ChangeLog-0.6 Fix a typo in the ChangeLog. 2012-08-23 10:50:10 +08:00
ChangeLog-before-0.6 Update documentation and installation scripts. 2012-04-08 03:37:00 +08:00
COPYING Update documentation and installation scripts. 2012-04-08 03:37:00 +08:00
install.sh Again polish install.sh 2012-08-23 13:15:26 +08:00
README Update documentation and installation scripts. 2012-04-08 03:37:00 +08:00

CDM: The Console Display Manager
================================


Invocation
----------

To run cdm, use
	$ cdm [RCFILE]

cdm tries to source configuration files in this order, and uses the first
existing one:
	[RCFILE specified on command line]
	$HOME/.cdmrc
	/etc/cdmrc

To autostart cdm when you log in your account, copy the content of
/usr/share/doc/cdm/profile.sh to the tail of your shell profile (~/.profile,
etc.).


Customisation
-------------

See /etc/cdmrc for examples.


Copying
-------

Copyright (C) 2009-2011, Daniel J Griffiths <ghost1227@archlinux.us>
Thanks to:

    Andrwe          beta-testing and submitting the fix for the all
                    important X incrementation function
    brisbin33       code cleanup
    tigrmesh        finding a critical issue with the gnome-session handler
    Profjim         several incredibly useful patches
    lambchops468    consolekit and hibernation patches
    CasperVector    Massive rearchitecturing and code sanisation

Licensed under GPLv2+