From 635f001391e89f2d587ee0e70e656f9accd695c2 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 11 Feb 2023 20:44:11 -0600 Subject: awesome add qpwgraph scratchpad --- awesome/rc.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 35fc3db..ad865ee 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -419,6 +419,11 @@ globalkeys = gears.table.join( awful.placement.centered() end, {description = "Toggle tremc scratchpad"}), + awful.key({ modkey, "Control" }, "q", function () + scratch.toggle("qpwgraph", { class = "qpwgraph" }) + awful.placement.centered() + end, + {description = "Toggle qpwgraph scratchpad"}), awful.key({ modkey, }, "a", function () spawnatbottom = not spawnatbottom end, @@ -731,6 +736,7 @@ awful.rules.rules = { "spircc", "sptodo", "sptrem", + "qpwgraph", "ProtonMail Bridge", "TheFiniteDemo", "Arandr", -- cgit v1.2.3