119 Commits (df489460a2326ca3d51524a34011acd4b2135bbd)
 

Author SHA1 Message Date
John Åkerhielm df489460a2 added "border2_color" and "menubox_border2_color" 11 years ago
Ghost1227 06a1ac2857 Merge pull request #18 from Nepherte/master
A black & white theme.
11 years ago
Bart Verhoeven 4e679e8caf Add a black & white console theme. 11 years ago
Ghost1227 07765240fd Updated author info and copyright 12 years ago
Ghost1227 3949d09500 Merge pull request #15 from CasperVector/master
install.sh: README -> README.md
12 years ago
Casper Ti. Vector 6250d5bf83 install.sh: README -> README.md 12 years ago
Ghost1227 1dda04935b Merge pull request #14 from CasperVector/master
Improve quoting for serverargs and launchflags, plus minor improvements.
12 years ago
Casper Ti. Vector c63e76c680 Reduce nestedness in processing of `binlist'.
Now users can use `~' instead of `$HOME' again.
12 years ago
Casper Ti. Vector 2e61a0520e profile.sh: revert 97afbbf0 for reasons given in comments. 12 years ago
Casper Ti. Vector 97a16d4c88 cdmrc: notify users to explicitly use `$HOME' instead of `~'. 12 years ago
Casper Ti. Vector 6f01247aee Improve quoting for `serverargs' and `launchflags'. 12 years ago
Casper Ti. Vector 7aa1654039 Minor improvements to coding style. 12 years ago
Casper Ti. Vector 2ea165a1bc cdm: simplify processing of /etc/X11/Sessions. 12 years ago
Casper Ti. Vector b1f9ca34b2 Revert commit 2c8cc1a4, and fix the problem in a correct way. 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
Casper Ti. Vector 202ae9a61e README.md: better formatting in markdown. 12 years ago
Casper Ti. Vector 22078fff33 README.md: fix spelling. 12 years ago
Ghost1227 89429799eb Merge pull request #13 from lahwaacz/master
Fixed bug in handling the default value of 'binlist' array
12 years ago
Jakub Klinkovský 0931bb698f but namelist should really contain only the basename 12 years ago
Jakub Klinkovský 26f157d868 fixed bug: binlist should contain full path because startx expects it 12 years ago
Jakub Klinkovský ef8fe99bc9 fixed bug: flaglist not initialized properly 12 years ago
Jakub Klinkovský 2c8cc1a444 Fixed bug - '()' is not recognized as empty array 12 years ago
Ghost1227 ced5b0240d Merge pull request #11 from esalaka/master
Fixes minor strange errors with X launching and SIGINT
12 years ago
Esa Lakaniemi 06a8406bbf Untrap before calling console programs
At least bash refuses to let you untrap signals that have been trapped by a parent process. Not untrapping it here means effectively and unrevokably disabling ^C in any child process of any child bash shell. It's irritating and confusing and probably not intended to happen.
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
Ghost1227 04d35a5949 Merge pull request #10 from lahwaacz/master
fixed formatting - use only spaces, no tabs
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
Ghost1227 0be38c2ea1 Merge pull request #9 from lahwaacz/master
added option to run X in current tty
12 years ago
Jakub Klinkovský 6321427214 added option to run X in current TTY - entry in cdmrc 12 years ago
Jakub Klinkovský 97afbbf072 added option to run X in current TTY 12 years ago
Ghost1227 4327bd6cf2 Merge pull request #8 from CasperVector/master
Fix bug in yesno(), plus minor improvements.
12 years ago
Casper Ti. Vector 4c5742336b consolekit -> ConsoleKit in comments. 12 years ago
Casper Ti. Vector 98dca034c3 Make better use of exitnormal(). 12 years ago
Casper Ti. Vector e14c9fdaf5 Redirect all output of warn() and error() to stderr. 12 years ago
Casper Ti. Vector 8dd6f4f4b8 Fix yesno() implementation. 12 years ago
Ghost1227 3bba5d3944 Merge pull request #7 from CasperVector/master
Massive rearchitecturing and code sanitation - Thanks CasperVector!
12 years ago
Casper Ti. Vector 723149c6bd Merge branch 'master' of https://github.com/ghost1227/cdm 12 years ago
Casper Ti. Vector 46bed3d4c4 Again polish install.sh 12 years ago
Casper Ti. Vector 6eb00db562 Convert Gentoo-specific code to more universal form. 12 years ago
Casper Ti. Vector 6d05770aca Update install.sh (forgot for a long time :|). 12 years ago
Casper Ti. Vector fbc4266b1a Fix a typo in the ChangeLog. 12 years ago
Ghost1227 91b2e0708d Merge pull request #5 from ShadowKyogre/master
Fix an odd issue involving launching consolekit mentioned in Arch Linux forums
12 years ago
Casper Ti. Vector adc4e7270b Fix config file sourcing. 12 years ago
Casper Ti. Vector 4fbb39db0d s/sanisation/sanitation/ 12 years ago
Casper Ti. Vector 8c3367cadf % s/\$self/\$name/g 12 years ago
Casper Ti. Vector 589b6a2f5a Minor adjustment to order of options. 12 years ago
ShadowKyogre d0a3ae0176 Officially fix this issue: https://bbs.archlinux.org/viewtopic.php?pid=1130930#p1130930 12 years ago