all repos — nixfiles @ 3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9

System and user configuration, managed by nix and home-manager

SatoshiPay: use web browser for Slack

Enables better font configuration
Alan Pearce alan@alanpearce.eu
Tue, 05 Nov 2019 14:02:03 +0100
commit

3d9b933bdb1bdf64aa8632bd4b25fd8d3af823f9

parent

3ebe9082fafdd4f9c1f9354c5a359448520edea5

2 files changed, 1 insertions(+), 4 deletions(-)

jump to
M user/satoshipad.nixuser/satoshipad.nix
@@ -28,12 +28,10 @@   xsession.windowManager.i3 = {
     config = {
       assigns = {
-        "1" = [{ class = "^Slack"; }];
-        "2" = [{ class = "^Firefox Developer Edition$"; }];
+        "1" = [{ class = "^Firefox Developer Edition$"; }];
         "6" = [{ class = "^Emacs$"; }];
       };
       startup = [
-        { command = "slack"; }
         { command = "firefox-devedition"; }
         { command = "emacs"; }
       ];
M user/settings/satoshipay.nixuser/settings/satoshipay.nix
@@ -35,7 +35,6 @@ pgadmin 
     redis-desktop-manager
     robo3t
-    slack
   ]));
 
   programs.git.includes = [