diff options
Diffstat (limited to 'config.dot')
-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 f02cf19..e5ed091 100644 --- a/config.dot/awesome.link/keys.lua +++ b/config.dot/awesome.link/keys.lua @@ -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), |