diff options
-rw-r--r-- | awesome/rc.lua | 6 |
1 files changed, 6 insertions, 0 deletions
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", |