summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-11-26 12:23:16 +0100
committerAlan Pearce2019-11-26 12:23:16 +0100
commit380dcc5c148fb58a475e281f46aec446d866c1ff (patch)
tree615ab969128044258d800587d9cef17fb9309f84
parent84b33df09d3476080c0e2a8a022c011ab0bebd04 (diff)
downloadnixfiles-380dcc5c148fb58a475e281f46aec446d866c1ff.tar.lz
nixfiles-380dcc5c148fb58a475e281f46aec446d866c1ff.tar.zst
nixfiles-380dcc5c148fb58a475e281f46aec446d866c1ff.zip
satoshipad: start and assign ripcord at startup
-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"; }
       ];
     };