From 124cd215226c50866ee632385971f7da521e070a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 13 Nov 2018 18:55:47 -0200 Subject: Minor changes --- config.dot/awesome.link/keys.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index b8f7868..a2f45c4 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -1,8 +1,8 @@ -- Key bindings 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("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("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, }, "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"}), @@ -14,11 +14,11 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "l", function () awful.spawn("gpick -s -p") end, {description = "gpick", group = "client"}), awful.key({ modkey, }, "m", function () awful.spawn("terminal xmail") end, {description = "mail", group = "client"}), awful.key({ modkey, }, "n", function () awful.spawn("terminal news") end, {description = "news", group = "client"}), - --awful.key({ modkey, }, "o", function () awful.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}), + --awful.key({ modkey, }, "o", function () awful.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}), awful.key({ modkey, }, "o", function () awful.spawn("terminal-session-chooser") end, {description = "session-chooser", group = "client"}), 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 = "qrpaste", group = "client"}), - --awful.key({ modkey, }, "s", function () awful.spawn("xsuspend") end, {description = "suspend", 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"}), -- cgit v1.2.3