From e6d0915223a4d8d80bfd53ce0d146b4391d89071 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 5 Sep 2009 11:27:00 +0200 Subject: [PATCH] use awesome run instead of gmrun --- .config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c06839e..ef3c331 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -391,7 +391,8 @@ globalkeys = awful.util.table.join(globalkeys, awful.key({ cmdmodkey }, "m", function () awful.util.spawn(terminal .. " -e mutt -f =store") end), awful.key({ cmdmodkey }, "t", function () awful.util.spawn(terminal) end), awful.key({ cmdmodkey }, "c", function () awful.util.spawn(terminal .. " -e python") end), - awful.key({ cmdmodkey }, "r", function () awful.util.spawn("gmrun") end), +-- awful.key({ cmdmodkey }, "r", function () awful.util.spawn("gmrun") end), + awful.key({ cmdmodkey }, "r", function () mypromptbox[mouse.screen]:run() end), awful.key({ cmdmodkey }, "j", function () awful.util.spawn("jpilot") end), awful.key({ cmdmodkey }, "x", function () awful.util.spawn_with_shell("/sbin/start-stop-daemon --start --background --exec /usr/bin/xscreensaver; xscreensaver-command -lock") end), awful.key({ cmdmodkey, "Shift" }, "x", function () awful.util.spawn("xscreensaver-command -exit") end), -- 2.39.2