about summary refs log tree commit diff
path: root/machines/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/dnyarri.nix')
-rw-r--r--machines/dnyarri.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index bda86e1d..378e29db 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -132,4 +132,9 @@ with import ../lib;
 
   services.xserver.videoDrivers = [ "ati" ];
   services.xserver.xrandrHeads = [ "HDMI-0" "DVI-0" ];
+
+  aszlig.i3.workspaces."6" = {
+    label = "Chromium";
+    assign = singleton { class = "^Chromium(?:-browser)?\$"; };
+  };
 }