My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

Commit 536995bb80668021e806c1faba78779ce97712ef
Parent: 51638c15c5cdafecc2c7c8a181f7661a3f4322a1
Author: mcol <mcol@posteo.net>
Date: 2022-09-21 04:14:22 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2022-09-21 04:14:22 +0100

add swaync-client keybind

config.py Modified

@@ -238,6 +238,12 @@
             lazy.widget["pomodoro"].toggle_active(),
             "Toggle Pomodoro",
         ),
+        (
+            ["control"],
+            "space",
+            lazy.spawn("swaync-client -t"),
+            "Toggle notification panel",
+        ),
     ]
 )