summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautostart6
1 files changed, 5 insertions, 1 deletions
diff --git a/autostart b/autostart
index a488744..1014a77 100755
--- a/autostart
+++ b/autostart
@@ -8,7 +8,11 @@ xset +fp $HOME/.fonts &
mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/mutt &
-xmodmap $HOME/.Xmodmap &
+if [[ $(hostname) == "barkley" ]]; then
+ xmodmap $HOME/.Xmodmap.barkley &
+else
+ xmodmap $HOME/.Xmodmap &
+fi
xbindkeys &
urxvtd -q -f -o &