diff options
-rwxr-xr-x | autostart | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 & |