chiark / gitweb /
xacpi-simple: (but no need to actually run it)
[ian-dotfiles.git] / config
diff --git a/config b/config
index 16e37cc27a06d339622dc74e5b2ca45abd9539f8..54bf8c771b64f4e8daa6601b90f790b642086701 100644 (file)
--- a/config
+++ b/config
@@ -26,6 +26,7 @@ if ($uname =~ m/^Linux$/) {
     chomp($_= `uname -r`); $? and die "platform $?";
     m/^(\d+\.\d+)\-/ or die "$_ ?";
     $platform= "FreeBSD-$1";
+    $xbindir= '/usr/X11R6/bin';
 } elsif ($uname =~ m/^HP\-UX/) {
     chomp($_= `uname -r`); $? and die "platform $?";
     m/^B\.(\d+\.\d+)$/ or die "$_ ?";
@@ -42,5 +43,8 @@ $ncipher= $hostname =~ m/\.(ncipher\.com$)/    ? 'cam' :
           $hostname =~ m/\.(ncipherusa\.com$)/ ? 'bos' :
           0;
 
+$chiark=  $hostname =~ m/chiark/;
+$laptop=  $hostname =~ m/liberator|norway/;
+
 %ncipherdom= ('cam' => 'ncipher.com',
              'bos' => 'ncipherusa.com');