aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-06-06 15:16:02 -0400
committertdro <tdro@users.noreply.github.com>2020-06-06 15:16:02 -0400
commit0a7d64ced4fbe202637b0a2d66456177f07ec365 (patch)
treed56b7a84a35fb9512c6b130b8cec8a4ead390227 /.config/awesome
parent4b45f17498d5082e040885a3144ec71b260d50b4 (diff)
downloaddotfiles-0a7d64ced4fbe202637b0a2d66456177f07ec365.tar.gz
dotfiles-0a7d64ced4fbe202637b0a2d66456177f07ec365.tar.bz2
dotfiles-0a7d64ced4fbe202637b0a2d66456177f07ec365.zip
.config/xbindkeysrc: Close window
Move awesome close window shortcut -> xbindkeysrc
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index ff55fd3..b0e73d8 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -363,8 +363,6 @@ clientkeys = gears.table.join(
c:raise()
end,
{description = "toggle fullscreen", group = "client"}),
- awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end,
- {description = "close", group = "client"}),
awful.key({ modkey, }, "s", awful.client.floating.toggle ),
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end,
{description = "move to master", group = "client"}),