aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-17 16:26:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-17 16:26:06 -0300
commit19e515507c174ff6bfebc707ef542d14d397c65a (patch)
treede7fd9103e5bccbbdfe7aac47ca352d776f42da8
parent663911c8f9399b71860ab254fd1261bea8b4e2b8 (diff)
downloadawesome-19e515507c174ff6bfebc707ef542d14d397c65a.tar.gz
awesome-19e515507c174ff6bfebc707ef542d14d397c65a.tar.bz2
Updating geeqie keybinding
-rw-r--r--config.dot/awesome.link/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index bdb3409..631b3d3 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -4,7 +4,7 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "v", function () awful.util.spawn("gvim") end),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmutt") end),
awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end),
- awful.key({ modkey, }, "i", function () awful.util.spawn("gqview") end),
+ awful.key({ modkey, }, "i", function () awful.util.spawn("geeqie") end),
awful.key({ modkey, }, "a", function () awful.util.spawn("thunar") end),
awful.key({ modkey, }, "l", function () awful.util.spawn("xlock") end),
awful.key({ modkey, }, "s", function () awful.util.spawn("xsuspend") end),