aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-16 11:04:54 -0400
committertdro <tdro@users.noreply.github.com>2020-05-16 11:19:56 -0400
commit332092d794fe8b81e847c9e8a1f1380bb43ba8a3 (patch)
tree01616435936aa3aa5793b943a6a83af81913f391 /.config/awesome
parent6f2ecde41d8614273bf82d395c28e50764351335 (diff)
downloaddotfiles-332092d794fe8b81e847c9e8a1f1380bb43ba8a3.tar.gz
dotfiles-332092d794fe8b81e847c9e8a1f1380bb43ba8a3.tar.bz2
dotfiles-332092d794fe8b81e847c9e8a1f1380bb43ba8a3.zip
.config/awesome/rc: Terminal shortcut -> xbindkeys
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 3b89e08..3b7b559 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -317,8 +317,6 @@ globalkeys = gears.table.join(
awful.key({ modkey, }, "q", function () awful.screen.focused().quake:toggle() end),
-- Standard program
- awful.key({ modkey, }, "Return", function () awful.spawn(terminal, { placement = awful.placement.under_mouse }) end,
- {description = "open a terminal", group = "launcher"}),
awful.key({ modkey, "Control" }, "q", awesome.restart,
{description = "reload awesome", group = "awesome"}),
awful.key({ modkey, }, "l", function () awful.tag.incmwfact( 0.05) end,