summaryrefslogtreecommitdiff
path: root/autostart
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2019-09-04 22:35:11 +0200
committerPatrick Simianer <pks@pks.rocks>2019-09-04 22:35:11 +0200
commit214ff48933a1062008fa252fa5a5cad71c371e35 (patch)
tree7d460882139b27d5b0ec033c4b03155b4d57440b /autostart
parent73773ab3b8eb3750b67d6417f4eb9ca60d9a8098 (diff)
autostart: Xmodmap switch
Diffstat (limited to 'autostart')
-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 &