summary refs log tree commit diff stats
path: root/user/satoshipad.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-10-07 15:30:32 +0200
committerAlan Pearce2019-10-07 15:30:32 +0200
commit5660f91cc28aaa659524d6fa82c7962ad10d47ec (patch)
tree932c31f80941b90344b1d95cc8726e066eebf4e2 /user/satoshipad.nix
parent69760bb6e961ec136e7e5d0714bfd2de7b26f955 (diff)
downloadnixfiles-5660f91cc28aaa659524d6fa82c7962ad10d47ec.tar.lz
nixfiles-5660f91cc28aaa659524d6fa82c7962ad10d47ec.tar.zst
nixfiles-5660f91cc28aaa659524d6fa82c7962ad10d47ec.zip
Fix i3 issues on satoshipad
Diffstat (limited to 'user/satoshipad.nix')
-rw-r--r--user/satoshipad.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/user/satoshipad.nix b/user/satoshipad.nix
index 84ea8796..5f26c36d 100644
--- a/user/satoshipad.nix
+++ b/user/satoshipad.nix
@@ -29,12 +29,13 @@
     config = {
       assigns = {
         "1" = [{ class = "^Slack"; }];
+        "2" = [{ class = "^Firefox"; }];
         "6" = [{ class = "^Emacs$"; }];
       };
       startup = [
-        { command = "slack"; };
-        { command = "firefox-devedition"; workspace = 2; };
-        { command = "emacs"; };
+        { command = "slack"; }
+        { command = "firefox-devedition"; }
+        { command = "emacs"; }
       ];
     };
     extraConfig = ''
@@ -48,7 +49,6 @@
       workspace 8 output secondary
       workspace 9 output secondary
       workspace 10 output secondary
-
     '';
   };
 }