17 Commits (89473c35f3d9b86f6b1aa609d014609a75b66535)

Author SHA1 Message Date
polyphemus 3c8e2bab14 Small change to call to startx, run in subshell. Previous solution failed to start on my setup (Ubuntu 12.10). 11 years ago
Ghost1227 07765240fd Updated author info and copyright 12 years ago
Casper Ti. Vector 7aa1654039 Minor improvements to coding style. 12 years ago
Casper Ti. Vector 0b8ca1d3b8 Polish vim modelines. 12 years ago
Casper Ti. Vector 5dce1c0dbf cdm-xlaunch: use `"$@"' instead of `$*' for better quoting. 12 years ago
Esa Lakaniemi 0404623d51 Update src/cdm-xlaunch
Replaced nohup with setsid: If using nohup, launching X from the first terminal will succeed but cdm will then shortly proceed to kill the process afterward. This problem is completely fixed by using setsid.
12 years ago
Jakub Klinkovský 1bb3691d37 after discussion - use spaces instead of tabs 12 years ago
Jakub Klinkovský 277ed46ee8 fixed formatting - use only tabs, no spaces 12 years ago
Jakub Klinkovský 5ec919f7c0 fixed formatting - use only tabs, no spaces 12 years ago
Jakub Klinkovský 97afbbf072 added option to run X in current TTY 12 years ago
Casper Ti. Vector e14c9fdaf5 Redirect all output of warn() and error() to stderr. 12 years ago
Casper Ti. Vector 723149c6bd Merge branch 'master' of https://github.com/ghost1227/cdm 12 years ago
Casper Ti. Vector 6eb00db562 Convert Gentoo-specific code to more universal form. 12 years ago
Casper Ti. Vector 0b95afd500 Use '$( ... )' instead of '` ... `' to avoid unexpected expansions. 12 years ago
Casper Ti. Vector c97fb28e3a Minor modifications in comment. 12 years ago
Casper Ti. Vector 3fa3e89779 Synchronise copyright notices... 12 years ago
Casper Ti. Vector f54e4a2ccd Move code used to launch X to cdm-xlaunch(1), since it's relatively
independent code and thus would be sometimes useful for running as a
standalone program.
12 years ago