From: Nick Bowler Date: Tue, 20 May 2008 03:18:58 +0000 (-0400) Subject: Default to atropos's config if no host-specific config is present. X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/2a18d0eeceb0d58e70a9a87345a74d9bd7e2af74 Default to atropos's config if no host-specific config is present. --- diff --git a/config b/config index 9a5a447..bcf5388 100644 --- a/config +++ b/config @@ -13,7 +13,9 @@ Read global/fullscreen Read global/windowmenu # Machine-specific features -Read $[HOST]/config +PipeRead "[ -f '$[FVWM_USERDIR]/$[HOST]/config' ] \ + && echo Read $[HOST]/config \ + || echo Read default/config" # Virtual Desktops DesktopSize 6x1 diff --git a/default b/default new file mode 120000 index 0000000..bb48baf --- /dev/null +++ b/default @@ -0,0 +1 @@ +atropos \ No newline at end of file