diff options
| author | zachir <zachir@librem.one> | 2023-02-11 20:44:11 -0600 | 
|---|---|---|
| committer | zachir <zachir@librem.one> | 2023-02-11 20:44:11 -0600 | 
| commit | 635f001391e89f2d587ee0e70e656f9accd695c2 (patch) | |
| tree | 390fba9d045ca927edb2dab9071b1078d2aa9afb | |
| parent | 3f7c0df91a9cb7f5583964e559b5cadc210aac9e (diff) | |
awesome add qpwgraph scratchpad
| -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", | 
