aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 16:32:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 16:32:28 -0300
commit56d19352791ba75b4dcc8941bb938e43761fc858 (patch)
treecf4567396e4e037a7a9dd27b7b72b601a2c0ed1b
parent3551cbf0b8f1461570dad7df7ca85419ecfd6a07 (diff)
downloadawesome-56d19352791ba75b4dcc8941bb938e43761fc858.tar.gz
awesome-56d19352791ba75b4dcc8941bb938e43761fc858.tar.bz2
Change help key combo
-rw-r--r--config.dot/awesome.link/globalkeys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/globalkeys.lua b/config.dot/awesome.link/globalkeys.lua
index 942ffa6..de46e3c 100644
--- a/config.dot/awesome.link/globalkeys.lua
+++ b/config.dot/awesome.link/globalkeys.lua
@@ -1,6 +1,6 @@
-- {{{ Key bindings
globalkeys = awful.util.table.join(
- awful.key({ modkey, }, "s", hotkeys_popup.show_help, {description = "show help", group = "awesome"}),
+ awful.key({ modkey, "Shift" }, "/", hotkeys_popup.show_help, {description = "show help", group = "awesome"}),
awful.key({ modkey, }, "Left", awful.tag.viewprev, {description = "view previous", group = "tag"}),
awful.key({ modkey, }, "Right", awful.tag.viewnext, {description = "view next", group = "tag"}),
awful.key({ modkey, }, "Escape", awful.tag.history.restore, {description = "go back", group = "tag"}),