From 37e78a01470a52376216561ef18b5c3cb81fb2e1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 26 Oct 2014 14:50:34 -0200 Subject: Sorting keybindings and adding new ones --- config.dot/awesome.link/keys.lua | 20 +++++++++++--------- 1 file 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 -- cgit v1.2.3