diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-03-02 21:16:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-03-02 21:16:59 -0300 |
commit | 36ebbbace25f01e49f938ef02da6d98f0d2a420d (patch) | |
tree | 9b10b7af8866b132ad0f56b540dc4c7dc6260215 | |
parent | 79cd342f92e82bf6c8cf7874e8b2075e7a9032e7 (diff) | |
download | awesome-36ebbbace25f01e49f938ef02da6d98f0d2a420d.tar.gz awesome-36ebbbace25f01e49f938ef02da6d98f0d2a420d.tar.bz2 |
Uses ranger instead of geeqie
-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 32df0c3..3433679 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -7,7 +7,8 @@ globalkeys = awful.util.table.join(root.keys(), awful.key({ modkey, }, "e", function () awful.spawn("screenshot") end, {description = "screenshot", group = "client"}), awful.key({ modkey, }, "g", function () awful.spawn("vmg") end, {description = "gimp", 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("geeqie load") end, {description = "geeqie", group = "client"}), + awful.key({ modkey, }, "i", function () awful.spawn("terminal ranger load") end, {description = "ranger", group = "client"}), 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"}), |