summaryrefslogtreecommitdiff
path: root/config/qtile.org
diff options
context:
space:
mode:
Diffstat (limited to 'config/qtile.org')
-rw-r--r--config/qtile.org7
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))]),