summary refs log tree commit diff stats
path: root/user/satoshipad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/satoshipad.nix')
-rw-r--r--user/satoshipad.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/user/satoshipad.nix b/user/satoshipad.nix
index e98bda66..2fd24fea 100644
--- a/user/satoshipad.nix
+++ b/user/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"; }
       ];