]> gitweb.fluxo.info Git - rhatto/dotfiles/awesome.git/commitdiff
Keys: use keyringer sclip action
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Oct 2016 20:26:57 +0000 (18:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 23 Oct 2016 20:26:57 +0000 (18:26 -0200)
config.dot/awesome.link/keys.lua

index f02cf1912f06419d6c8047cbdfb56b863ff32fa2..e5ed091a2ddd821e892ca8c053a458fb1ff9cf07 100644 (file)
@@ -10,7 +10,7 @@ globalkeys = awful.util.table.join(root.keys(),
     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),
-    awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default") end),
+    awful.key({ modkey, }, "p", function () awful.util.spawn("terminal keyringer default sclip") end),
     awful.key({ modkey, }, "s", function () awful.util.spawn("xsuspend") end),
     awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end),
     awful.key({ modkey, }, "v", function () awful.util.spawn("terminal vim") end),