diff options
Diffstat (limited to 'config.dot/awesome.link')
-rw-r--r-- | config.dot/awesome.link/keys.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 4450997..2cf6ac9 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -4,7 +4,6 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "b", function () awful.util.spawn("firefox-profile default") end), awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xcalendar") 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), @@ -14,12 +13,15 @@ globalkeys = awful.util.table.join(root.keys(), 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, }, "v", function () awful.util.spawn("terminal vim") end), awful.key({ modkey, }, "x", function () awful.util.spawn("terminal shell network") end), awful.key({ modkey, }, "z", function () awful.util.spawn("terminal shell root") end), awful.key({ modkey, }, "y", function () awful.util.spawn("xclip-clean") end), + -- Unused + --awful.key({ modkey, }, "e", function () awful.util.spawn("command") end), + --awful.key({ modkey, }, "u", function () awful.util.spawn("command") end), + -- Xlock awful.key({ modkey, }, "Print", function () awful.util.spawn("xlock") end), |