From 6e8996e05d7a2a220d1a0149c5507ca81f3c4515 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 5 Feb 2013 19:08:20 -0200 Subject: Apply custom keyboard configuration --- modules/profile/xprofile.dot.link | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3