aboutsummaryrefslogtreecommitdiff
path: root/config.dot/awesome.link/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.dot/awesome.link/keys.lua')
-rw-r--r--config.dot/awesome.link/keys.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 2a85c9b..14ee5b3 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -5,10 +5,10 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "c", function () awful.util.spawn("terminal xcalendar") end, {description = "calendar", group = "client"}),
awful.key({ modkey, }, "d", function () awful.util.spawn("terminal shell local media") end, {description = "media", group = "client"}),
awful.key({ modkey, }, "e", function () awful.util.spawn("screenshot") end, {description = "screenshot", group = "client"}),
- awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end, {description = "gimp", group = "client"}),
+ awful.key({ modkey, }, "g", function () awful.util.spawn("vmg") end, {description = "gimp", group = "client"}),
awful.key({ modkey, }, "h", function () awful.util.spawn("terminal chat") end, {description = "chat", group = "client"}),
awful.key({ modkey, }, "i", function () awful.util.spawn("geeqie load") end, {description = "geeqie", group = "client"}),
- awful.key({ modkey, }, "j", function () awful.util.spawn("gpick -p") end, {description = "gpick", group = "client"}),
+ awful.key({ modkey, }, "l", function () awful.util.spawn("gpick -p") end, {description = "gpick", group = "client"}),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmail") end, {description = "mail", group = "client"}),
awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end, {description = "news", group = "client"}),
awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser --incognito") end, {description = "chromium", group = "client"}),