From 22f5f96a7d0e3d1a3281c63a6cedfe1c709e671e Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 20 Oct 2021 23:31:04 -0400 Subject: now using .easy_async_with_shell for xkill --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index bd7c0ca..f061029 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -295,7 +295,7 @@ globalkeys = gears.table.join( {description = "take a screenshot of the active window", group = "launcher"}), awful.key({ "Shift" }, "Print", function () awful.spawn("xfce4-screenshooter -r --mouse") end, {description = "take a screenshot of an area of the screen", group = "launcher"}), - awful.key({ "Shift", "Control" }, "x", function () awful.spawn("xkill") end, + awful.key({ "Shift", "Control" }, "x", function () awful.spawn.easy_async_with_shell("xkill") end, {description = "kill a window by brute force", group = "launcher"}), awful.key({ "Control", "Mod1" }, "Delete", function () awful.spawn("xfce4-terminal -e 'htop' -T 'Task Manager'") end, {description = "Launch HTOP", group = "launcher"}), -- cgit v1.2.3