diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-11-13 18:55:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-11-13 18:55:47 -0200 |
commit | 124cd215226c50866ee632385971f7da521e070a (patch) | |
tree | 35adbba0043f33ecf9e62fca43a1236176d21bcb | |
parent | aa973fe901e2f7f28e852e7d7b6468ef3f5489e0 (diff) | |
download | awesome-124cd215226c50866ee632385971f7da521e070a.tar.gz awesome-124cd215226c50866ee632385971f7da521e070a.tar.bz2 |
Minor changes
-rw-r--r-- | config.dot/awesome.link/keys.lua | 10 |
1 files 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"}), |