summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/satoshipad.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/satoshipad.nix b/user/satoshipad.nix
index 2fd24fea..e20a8931 100644
--- a/user/satoshipad.nix
+++ b/user/satoshipad.nix
@@ -29,10 +29,12 @@
     config = {
       assigns = {
         "1" = [{ class = "^Firefox Developer Edition$"; }];
+        "2" = [{ class = "^Ripcord$"; }];
         "6" = [{ class = "^Emacs$"; }];
       };
       startup = [
         { command = "firefox-devedition"; }
+        { command = "ripcord"; }
         { command = "emacs"; }
       ];
     };