]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Uses ranger instead of geeqie
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Mar 2018 00:16:59 +0000 (21:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Mar 2018 00:16:59 +0000 (21:16 -0300)
config.dot/awesome.link/keys.lua

index 32df0c32faccacef2b3b8f66773b466dbc71014d..343367969610d259777865097aebc33094e496b6 100644 (file)
@@ -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"}),