cdmrc: notify users to explicitly use `$HOME' instead of `~'.

pull/14/head
Casper Ti. Vector 12 years ago
parent 6f01247aee
commit 97a16d4c88

@ -8,10 +8,10 @@
#
# (An example:)
# binlist=(
# '~/.xsession' # Launch your X session,
# '/bin/bash --login' # or just execute your shell,
# '/usr/bin/fbterm' # or start a frame buffer console,
# '/usr/bin/cdm ~/.submenu.cdmrc' # or go to a submenu :)
# "$HOME/.xsession" # Launch your X session,
# '/bin/bash --login' # or just execute your shell,
# '/usr/bin/fbterm' # or start a frame buffer console,
# "/usr/bin/cdm $HOME/.submenu.cdmrc" # or go to a submenu :)
# )
# List all program display names, one-by-one matched with $binlist.

Loading…
Cancel
Save