aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-12 16:39:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-12 16:39:38 -0300
commitc59b6cdf410317c000ac1647faf3cadb91c760b3 (patch)
treea470b70e4be85ea57173dd3d54b9cfa1873a0284
parentaca624b50780bf172ebf92d1020e3cbfc90ed1f9 (diff)
downloadawesome-c59b6cdf410317c000ac1647faf3cadb91c760b3.tar.gz
awesome-c59b6cdf410317c000ac1647faf3cadb91c760b3.tar.bz2
Change xlock combo
-rw-r--r--config.dot/awesome.link/keys.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index f259ae7..c2fcec4 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -8,7 +8,6 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end),
awful.key({ modkey, }, "h", function () awful.util.spawn("terminal chat") end),
awful.key({ modkey, }, "i", function () awful.util.spawn("geeqie") end),
- awful.key({ modkey, }, "l", function () awful.util.spawn("xlock") end),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmail") end),
awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end),
awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser --incognito") end),
@@ -21,7 +20,7 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "y", function () awful.util.spawn("xclip-clean") end),
-- Xlock
- awful.key({ }, "XF86ScreenSaver", function () awful.util.spawn("xlock") end),
+ awful.key({ modkey, }, "Print", function () awful.util.spawn("xlock") end),
-- Volume keys
awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer set Master 9%+", false) end),