aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-07-03 13:12:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-07-03 13:12:58 -0300
commit663911c8f9399b71860ab254fd1261bea8b4e2b8 (patch)
treef6e46ce7d026b684d24be37ca75291a62618b6a0
parent3441a96e7439bb89fd7b4a9b9eb13f8dc3803834 (diff)
downloadawesome-663911c8f9399b71860ab254fd1261bea8b4e2b8.tar.gz
awesome-663911c8f9399b71860ab254fd1261bea8b4e2b8.tar.bz2
Changing thunar/tor-browser shortcuts
-rw-r--r--config.dot/awesome.link/keys.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 5b0fee7..bdb3409 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -5,12 +5,12 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmutt") end),
awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end),
awful.key({ modkey, }, "i", function () awful.util.spawn("gqview") end),
- awful.key({ modkey, }, "a", function () awful.util.spawn("audacious") end),
+ awful.key({ modkey, }, "a", function () awful.util.spawn("thunar") end),
awful.key({ modkey, }, "l", function () awful.util.spawn("xlock") end),
awful.key({ modkey, }, "s", function () awful.util.spawn("xsuspend") end),
awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser") end),
awful.key({ modkey, }, "n", function () awful.util.spawn("firefox-profile normal") end),
- awful.key({ modkey, }, "t", function () awful.util.spawn("thunar") end),
+ awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end),
awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xwyrd") end),
awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") end),
awful.key({ modkey, }, "u", function () awful.util.spawn("luakit") end),