From: Silvio Rhatto Date: Tue, 5 Feb 2013 21:08:20 +0000 (-0200) Subject: Apply custom keyboard configuration X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6e8996e05d7a2a220d1a0149c5507ca81f3c4515;p=metadot.git Apply custom keyboard configuration --- diff --git a/modules/profile/xprofile.dot.link b/modules/profile/xprofile.dot.link index ad4b3d7..d59da65 100755 --- a/modules/profile/xprofile.dot.link +++ b/modules/profile/xprofile.dot.link @@ -47,6 +47,11 @@ done unset GNOME_KEYRING_PID unset GNOME_KEYRING_CONTROL +# Apply custom keyboard configuration +if [ -f "$HOME/.Xmodmaps/$HOSTNAME" ]; then + xmodmap $HOME/.Xmodmaps/$HOSTNAME +fi + # Execute window manager if [ "$OSVERSION" == '7' ]; then awesome