From dccbebb81e9241b9b7b2140b77a818befe6e5a0a Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 30 Mar 2026 17:31:14 -0700 Subject: sweep --- config/qtile.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/qtile.org') diff --git a/config/qtile.org b/config/qtile.org index 0f5c847..83d0c8d 100644 --- a/config/qtile.org +++ b/config/qtile.org @@ -26,9 +26,8 @@ from qtile_extras.layout.decorations import RoundedCorners import re #+end_src We're using wayland because it's better. -* Config +* Data #+begin_src python :tangle ../nix/qtile/config.py - mod = "mod4" terminal = "kitty" wallpaper = WALLPAPER @@ -73,7 +72,9 @@ workspace_keys = { "8": "8", "9": "9", } - +#+end_src +* Config +#+begin_src python :tangle ../nix/qtile/config.py groups = [ Group("1", matches=[Match(wm_class=re.compile(r"^emacs$", re.IGNORECASE))]), Group("2", matches=[Match(wm_class=re.compile(r"(qutebrowser|org\.qutebrowser\.qutebrowser)", re.IGNORECASE))]), -- cgit v1.3