diff options
| author | Blista Kanjo | 2021-10-20 23:31:04 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-20 23:31:04 -0400 |
| commit | 22f5f96a7d0e3d1a3281c63a6cedfe1c709e671e (patch) | |
| tree | 447a5c6ac95337ce0ad987df6fe72f6e962303c2 | |
| parent | 802c53bb3b7fe1bbc7bce44ea4082e60776c85ab (diff) | |
now using .easy_async_with_shell for xkill
| -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 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"}), |
