diff options
author | Alan Pearce | 2019-11-26 12:23:16 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-26 12:23:16 +0100 |
commit | 380dcc5c148fb58a475e281f46aec446d866c1ff (patch) | |
tree | 615ab969128044258d800587d9cef17fb9309f84 /user | |
parent | 84b33df09d3476080c0e2a8a022c011ab0bebd04 (diff) | |
download | nixfiles-380dcc5c148fb58a475e281f46aec446d866c1ff.tar.lz nixfiles-380dcc5c148fb58a475e281f46aec446d866c1ff.tar.zst nixfiles-380dcc5c148fb58a475e281f46aec446d866c1ff.zip |
satoshipad: start and assign ripcord at startup
Diffstat (limited to 'user')
-rw-r--r-- | user/satoshipad.nix | 2 |
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"; } ]; }; |