From: Pierre Habouzit Date: Thu, 16 Apr 2009 22:27:23 +0000 (+0200) Subject: awesome: be sure it loads my keymap X-Git-Url: http://git.madism.org/?a=commitdiff_plain;ds=sidebyside;h=8ab06d04493004fb0be02d8521628a414a818651;p=~madcoder%2Fdotfiles.git awesome: be sure it loads my keymap Signed-off-by: Pierre Habouzit --- diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index f044cc1..7f42ed3 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -322,7 +322,7 @@ globalkeys = { key(k_m, "Return", function() awful.util.spawn(terminal) end), key(k_ac, "r", awesome.restart), key(k_m, "F12", function() awful.util.spawn(lock) end), - key({}, "#148", function()awful.util.spawn("kcalc") end), + key({}, "#148", function() awful.util.spawn("kcalc") end), -- Layout manipulation key(k_m, "l", function () awful.tag.incmwfact(0.05) end), @@ -483,3 +483,5 @@ awful.hooks.arrange.register(function (screen) end) -- }}} + +awful.util.spawn("xkbcomp -w 0 -R/usr/share/X11/xkb ~/.Xkeyboard :0")