From 4e7f122bfdf5dde8190bb2e11451ff405700c3c0 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 7 Oct 2017 11:28:26 +0200 Subject: awesome: replace deprecated awful.util.spawn call --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3