From 84668ee7651358973572733573fdd88a43188bb8 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 11 Dec 2017 18:06:08 +0100 Subject: machines/dnyarri/i3: Replace Chromium with FireFox I'm using Firefox now and also having a label which only says "Browser" is a bit more browser-agnostic. Signed-off-by: aszlig --- machines/aszlig/dnyarri.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines') 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\$"; }; }; } -- cgit 1.4.1