diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-02-13 14:57:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-02-13 14:57:13 -0300 |
commit | 0dfe363a2a81239a0889922bc614c485700c45fb (patch) | |
tree | 2d56e2c7ee8d7d2082a0aff90bdf8f0519b54432 | |
parent | 9294ff312c118f0bca2a6e6ab7066e01ad9e542a (diff) | |
download | awesome-0dfe363a2a81239a0889922bc614c485700c45fb.tar.gz awesome-0dfe363a2a81239a0889922bc614c485700c45fb.tar.bz2 |
Feat: keys: switch vmg with gallery
-rw-r--r-- | config.dot/awesome.link/keys.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua index ca39ddc..d438ae5 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -42,7 +42,8 @@ globalkeys = awful.util.table.join(root.keys(), 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"}), - awful.key({ modkey, }, "g", function () awful.spawn("vmg") end, {description = "vmg", group = "client"}), + awful.key({ modkey, }, "g", function () awful.spawn("gallery") end, {description = "image gallery", group = "client"}), + --awful.key({ modkey, }, "g", function () awful.spawn("vmg") end, {description = "vmg", group = "client"}), awful.key({ modkey, }, "h", function () awful.spawn("terminal chat") end, {description = "chat", group = "client"}), --awful.key({ modkey, }, "i", function () awful.spawn("geeqie load") end, {description = "geeqie", group = "client"}), awful.key({ modkey, }, "i", function () awful.spawn("screenshot -s") end, {description = "region screenshot", group = "client"}), |