aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-01 21:12:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-01 21:12:22 -0300
commit5353762c8a79621ca668c42dcd4104901cf144bf (patch)
treea59597b39d1620b558c239d5f463a26ebd07df3f
parent1d37c3c4cfd5c554ea018c9ff38ab4f4e9f3dae8 (diff)
downloadawesome-5353762c8a79621ca668c42dcd4104901cf144bf.tar.gz
awesome-5353762c8a79621ca668c42dcd4104901cf144bf.tar.bz2
Adds qpick
-rw-r--r--config.dot/awesome.link/keys.lua1
-rw-r--r--dependencies/debian1
2 files changed, 2 insertions, 0 deletions
diff --git a/config.dot/awesome.link/keys.lua b/config.dot/awesome.link/keys.lua
index 1d02af6..5983ac9 100644
--- a/config.dot/awesome.link/keys.lua
+++ b/config.dot/awesome.link/keys.lua
@@ -8,6 +8,7 @@ globalkeys = awful.util.table.join(root.keys(),
awful.key({ modkey, }, "g", function () awful.util.spawn("gimp") end),
awful.key({ modkey, }, "h", function () awful.util.spawn("terminal chat") end),
awful.key({ modkey, }, "i", function () awful.util.spawn("geeqie") end),
+ awful.key({ modkey, }, "j", function () awful.util.spawn("gpick -p") end),
awful.key({ modkey, }, "m", function () awful.util.spawn("terminal xmail") end),
awful.key({ modkey, }, "n", function () awful.util.spawn("terminal news") end),
awful.key({ modkey, }, "o", function () awful.util.spawn("chromium-browser --incognito") end),
diff --git a/dependencies/debian b/dependencies/debian
index c1f536e..09bf97d 100644
--- a/dependencies/debian
+++ b/dependencies/debian
@@ -5,3 +5,4 @@ awesome
awesome-extra
xscreensaver
qrencode
+gpick