diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-05 19:08:20 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-05 19:08:20 -0200 |
commit | 6e8996e05d7a2a220d1a0149c5507ca81f3c4515 (patch) | |
tree | 59263a8a6439a9f40395766da9176503ceced7b0 | |
parent | dd2b0916709623ac75cdf1469e5e32ca001986fd (diff) | |
download | dotfiles-6e8996e05d7a2a220d1a0149c5507ca81f3c4515.tar.gz dotfiles-6e8996e05d7a2a220d1a0149c5507ca81f3c4515.tar.bz2 |
Apply custom keyboard configuration
-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 |