diff options
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index cb15831..598f116 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -364,7 +364,7 @@ globalkeys = gears.table.join( -- Prompt --awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end, - awful.key({ modkey }, "r", function () awful.util.spawn("dmenu_run -i -p 'Run command:' -nb '" .. beautiful.bg_normal .. "' -nf '" .. beautiful.fg_normal .. "' -sb '" .. beautiful.bg_focus .. "' -sf '" .. beautiful.fg_focus .. "'") end, + awful.key({ modkey }, "r", function () awful.spawn("dmenu_run -i -p 'Run command:' -nb '" .. beautiful.bg_normal .. "' -nf '" .. beautiful.fg_normal .. "' -sb '" .. beautiful.bg_focus .. "' -sf '" .. beautiful.fg_focus .. "'") end, {description = "run prompt", group = "launcher"}), awful.key({ modkey }, "x", |
