From d3570d6cfaab40317fc76a7bead14700620b28f3 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 10 Jan 2022 07:11:38 -0500 Subject: replaced some keybinds --- awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index d6bfebb..6aabfea 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -312,7 +312,7 @@ globalkeys = gears.table.join( {description = "take a screenshot of the active window", group = "launcher"}), awful.key({ "Shift" }, "Print", function () awful.spawn.easy_async_with_shell("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.easy_async_with_shell("xkill") end, + awful.key({ modkey, "Mod1" }, "Delete", 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("qterminal -e 'htop' --title 'Task Manager'") end, {description = "Launch HTOP", group = "launcher"}), @@ -338,7 +338,7 @@ globalkeys = gears.table.join( --[[ awful.key({ "Control", "Mod1" }, "BackSpace", function () awful.spawn("sh -c 'pkill -9 -u $USER'") end, {description = "quit awesome", group = "launcher"}), ]]-- - awful.key({ "Control", "Shift" }, "Delete", function () awful.spawn("gnome-system-monitor") end, + awful.key({ modkey, "Control" }, "Delete", function () awful.spawn("gnome-system-monitor") end, {description = "gnome-system-monitor", group = "launcher"}), -- cgit v1.2.3