diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-17 16:26:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-17 16:26:06 -0300 |
commit | 19e515507c174ff6bfebc707ef542d14d397c65a (patch) | |
tree | de7fd9103e5bccbbdfe7aac47ca352d776f42da8 | |
parent | 663911c8f9399b71860ab254fd1261bea8b4e2b8 (diff) | |
download | awesome-19e515507c174ff6bfebc707ef542d14d397c65a.tar.gz awesome-19e515507c174ff6bfebc707ef542d14d397c65a.tar.bz2 |
Updating geeqie keybinding
-rw-r--r-- | config.dot/awesome.link/keys.lua | 2 |
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), |