diff options
-rwxr-xr-x | modules/profile/xprofile.dot.link | 5 |
1 files changed, 5 insertions, 0 deletions
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 |