From 48235d3c5e5504192f64900370a38e4fd68177e2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Mar 2019 20:02:17 -0300 Subject: Update keybindings --- config.dot/awesome.link/keys.lua | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index 93ff6fa..773a2b7 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -2,8 +2,7 @@ globalkeys = awful.util.table.join(root.keys(), --awful.key({ modkey, }, "a", function () awful.spawn("thunar") end, {description = "thunar", group = "client"}), awful.key({ modkey, }, "a", function () awful.spawn("terminal ranger load") end, {description = "ranger", group = "client"}), - --awful.key({ modkey, }, "b", function () awful.spawn("firefox-profile default") end, {description = "firefox", group = "client"}), - awful.key({ modkey, }, "b", function () awful.spawn("chromium-incognito") end, {description = "chromium-incognito", group = "client"}), + awful.key({ modkey, }, "b", function () awful.spawn("dangling-archive") end, {description = "dangling-archive", group = "client"}), awful.key({ modkey, }, "c", function () awful.spawn("terminal xcalendar") end, {description = "calendar", group = "client"}), awful.key({ modkey, }, "d", function () awful.spawn("terminal shell local media") end, {description = "media", group = "client"}), awful.key({ modkey, }, "e", function () awful.spawn("screenshot") end, {description = "screenshot", group = "client"}), @@ -19,7 +18,6 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "p", function () awful.spawn("terminal keyringer default sclip") end, {description = "keyringer", group = "client"}), awful.key({ modkey, }, "s", function () awful.spawn("spoolpaste") end, {description = "spoolpaste", group = "client"}), --awful.key({ modkey, }, "s", function () awful.spawn("xsuspend") end, {description = "suspend", group = "client"}), - awful.key({ modkey, }, "t", function () awful.spawn("tor-browser") end, {description = "tor-browser", group = "client"}), awful.key({ modkey, }, "u", function () awful.spawn("qrpaste") end, {description = "qrpaste", group = "client"}), awful.key({ modkey, }, "v", function () awful.spawn("terminal vim") end, {description = "editor", group = "client"}), awful.key({ modkey, }, "x", function () awful.spawn("terminal wicd-curses") end, {description = "network", group = "client"}), @@ -27,8 +25,8 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "z", function () awful.spawn("terminal shell root") end, {description = "root", group = "client"}), -- Unused - --awful.key({ modkey, }, "e", function () awful.spawn("command") end, {description = "", group = "client"}), - --awful.key({ modkey, }, "u", function () awful.spawn("command") end, {description = "", group = "client"}), + --awful.key({ modkey, }, "b", function () awful.spawn("command") end, {description = "", group = "client"}), + --awful.key({ modkey, }, "t", function () awful.spawn("command") end, {description = "", group = "client"}), -- Xlock awful.key({ modkey, }, "Print", function () awful.spawn("xlock") end, {description = "", group = "client"}), @@ -77,9 +75,8 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Control" }, "m", function () awful.spawn("kvmx up messenger") end, {description = "vm: messenger", group = "client"}), awful.key({ modkey, "Control" }, "s", function () awful.spawn("kvmx up sandbox") end, {description = "vm: sadbox", group = "client"}), awful.key({ modkey, "Control" }, "t", function () awful.spawn("kvmx up tor") end, {description = "vm: tor", group = "client"}), - --awful.key({ modkey, "Control" }, "v", function () awful.spawn("kvmx up vpn") end, {description = "vm: vpn", group = "client"}), + awful.key({ modkey, "Control" }, "v", function () awful.spawn("kvmx up vnc") end, {description = "vm: vnc", group = "client"}), awful.key({ modkey, "Control" }, "v", function () awful.spawn("kvmx disposable vpn") end, {description = "vm: vpn disposable", group = "client"}), - --awful.key({ modkey, "Control" }, "x", function () awful.spawn("kvmx up tor-expendable") end, {description = "vm: tor-expendable", group = "client"}), awful.key({ modkey, "Control" }, "x", function () awful.spawn("kvmx disposable tor") end, {description = "vm: tor disposable", group = "client"}), awful.key({ modkey, "Control" }, "w", function () awful.spawn("kvmx up web") end, {description = "vm: web", group = "client"}), awful.key({ modkey, "Shift" }, "a", function () awful.spawn("kvmx suspend tails") end, {description = "vm: down: tails", group = "client"}), @@ -91,8 +88,7 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, "Shift" }, "m", function () awful.spawn("kvmx suspend messenger") end, {description = "vm: down: messenger", group = "client"}), awful.key({ modkey, "Shift" }, "s", function () awful.spawn("kvmx suspend sandbox") end, {description = "vm: down: sandbox", group = "client"}), awful.key({ modkey, "Shift" }, "t", function () awful.spawn("kvmx suspend tor") end, {description = "vm: down: tor", group = "client"}), - --awful.key({ modkey, "Shift" }, "v", function () awful.spawn("kvmx suspend vpn") end, {description = "vm: down: vpn", group = "client"}), - --awful.key({ modkey, "Shift" }, "x", function () awful.spawn("kvmx suspend tor-expendable") end, {description = "vm: down: tor-expendable", group = "client"}), + awful.key({ modkey, "Shift" }, "v", function () awful.spawn("kvmx suspend vnc") end, {description = "vm: down: vnc", group = "client"}), awful.key({ modkey, "Shift" }, "w", function () awful.spawn("kvmx suspend web") end, {description = "vm: down: web", group = "client"}) ) -- cgit v1.2.3