diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-30 17:31:14 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-30 17:31:14 -0700 |
| commit | dccbebb81e9241b9b7b2140b77a818befe6e5a0a (patch) | |
| tree | fe73c091a92ec869fb8993429ef7997210feb975 /config/qtile.org | |
| parent | d67b4932e2e20e2d0c249c501e86b88fa9ff6fe1 (diff) | |
sweep
Diffstat (limited to 'config/qtile.org')
| -rw-r--r-- | config/qtile.org | 7 |
1 files changed, 4 insertions, 3 deletions
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))]), |
