awesome: be sure it loads my keymap
authorPierre Habouzit <madcoder@debian.org>
Thu, 16 Apr 2009 22:27:23 +0000 (00:27 +0200)
committerPierre Habouzit <madcoder@debian.org>
Thu, 16 Apr 2009 22:27:23 +0000 (00:27 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
config/awesome/rc.lua

index f044cc1..7f42ed3 100644 (file)
@@ -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")