aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-26 14:50:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-10-26 14:50:34 -0200
commit37e78a01470a52376216561ef18b5c3cb81fb2e1 (patch)
tree9e38cd6907acb6320023cad88a4acc4fbddcec83
parent34bfa4a50d24c849961902481451cf129e82dc90 (diff)
downloadawesome-37e78a01470a52376216561ef18b5c3cb81fb2e1.tar.gz
awesome-37e78a01470a52376216561ef18b5c3cb81fb2e1.tar.bz2
Sorting keybindings and adding new ones
-rw-r--r--config.dot/awesome.link/keys.lua20
1 files changed, 11 insertions, 9 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index c9f2071..b6b5ec9 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -1,21 +1,23 @@
-- Key bindings
globalkeys = awful.util.table.join(root.keys(),
- awful.key({ modkey, }, "e", function () awful.util.spawn("firefox-profile trusted") end),
+ awful.key({ modkey, }, "a", function () awful.util.spawn("thunar") end),
awful.key({ modkey, }, "b", function () awful.util.spawn("firefox-profile default") end),
- awful.key({ modkey, }, "v", function () awful.util.spawn("gvim") end),
- awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmutt") end),
+ awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xwyrd") end),
+ awful.key({ modkey, }, "d", function () awful.util.spawn("terminal shell local media") end),
+ awful.key({ modkey, }, "e", function () awful.util.spawn("firefox-profile trusted") end),
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, }, "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, }, "m", function () awful.util.spawn("terminal xmutt") end),
+ awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end),
awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser") 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, }, "s", function () awful.util.spawn("xsuspend") end),
+ awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end),
awful.key({ modkey, }, "u", function () awful.util.spawn("luakit") end),
- awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end),
- awful.key({ modkey, }, "h", function () awful.util.spawn("terminal chat") end),
+ awful.key({ modkey, }, "v", function () awful.util.spawn("gvim") end),
+ awful.key({ modkey, }, "z", function () awful.util.spawn("terminal shell root") end),
--awful.key({ modkey, }, "b", function () awful.util.spawn("terminal irssi") end),
-- Xlock