diff options
author | Patrick Simianer <pks@pks.rocks> | 2019-09-04 22:35:11 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2019-09-04 22:35:11 +0200 |
commit | 214ff48933a1062008fa252fa5a5cad71c371e35 (patch) | |
tree | 7d460882139b27d5b0ec033c4b03155b4d57440b /autostart | |
parent | 73773ab3b8eb3750b67d6417f4eb9ca60d9a8098 (diff) |
autostart: Xmodmap switch
Diffstat (limited to 'autostart')
-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 & |