diff options
| author | Blista Kanjo | 2022-11-05 11:31:47 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-05 11:31:47 -0400 |
| commit | 3626ced088bab4d2c6b9b74fe33f78166b25310a (patch) | |
| tree | 7fd2c910eea17e2e9ee92cf6090b72d5346d63e6 /.config | |
| parent | ab21758440fd9825f6dc665b237ff067e6455856 (diff) | |
refactor: replaced the xkill keybind
Diffstat (limited to '.config')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d84bb95..a8ea789 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -316,7 +316,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({ modkey, "Control" }, "x", function () awful.spawn.easy_async_with_shell("xkill") end, + awful.key({ modkey, "Mod1" }, "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("alacritty -t 'Task Manager' -e 'htop'") end, {description = "launch HTOP", group = "launcher"}), |
