From 8ab06d04493004fb0be02d8521628a414a818651 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 17 Apr 2009 00:27:23 +0200 Subject: [PATCH] awesome: be sure it loads my keymap Signed-off-by: Pierre Habouzit --- config/awesome/rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") -- 2.20.1