about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/dnyarri.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 730394a1..89f6f3c5 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -110,7 +110,7 @@ in {
   };
 
   vuizvui.user.aszlig.services.i3.workspaces."3" = {
-    label = "Chromium";
-    assign = lib.singleton { class = "^Chromium(?:-browser)?\$"; };
+    label = "Browser";
+    assign = lib.singleton { class = "^Firefox\$"; };
   };
 }