From 2a18d0eeceb0d58e70a9a87345a74d9bd7e2af74 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 19 May 2008 23:18:58 -0400 Subject: [PATCH] Default to atropos's config if no host-specific config is present. --- config | 4 +++- default | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 default 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 -- 2.43.0