aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-05 19:08:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-05 19:08:20 -0200
commit6e8996e05d7a2a220d1a0149c5507ca81f3c4515 (patch)
tree59263a8a6439a9f40395766da9176503ceced7b0
parentdd2b0916709623ac75cdf1469e5e32ca001986fd (diff)
downloadmetadot-6e8996e05d7a2a220d1a0149c5507ca81f3c4515.tar.gz
metadot-6e8996e05d7a2a220d1a0149c5507ca81f3c4515.tar.bz2
Apply custom keyboard configuration
-rwxr-xr-xmodules/profile/xprofile.dot.link5
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