all repos — nixfiles @ 380dcc5c148fb58a475e281f46aec446d866c1ff

System and user configuration, managed by nix and home-manager

satoshipad: start and assign ripcord at startup

Alan Pearce
commit

380dcc5c148fb58a475e281f46aec446d866c1ff

parent

84b33df09d3476080c0e2a8a022c011ab0bebd04

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/satoshipad.nixuser/satoshipad.nix
@@ -29,10 +29,12 @@ xsession.windowManager.i3 = {
config = { assigns = { "1" = [{ class = "^Firefox Developer Edition$"; }]; + "2" = [{ class = "^Ripcord$"; }]; "6" = [{ class = "^Emacs$"; }]; }; startup = [ { command = "firefox-devedition"; } + { command = "ripcord"; } { command = "emacs"; } ]; };