Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(redhead)!: prevent Orca starting automatically

I don't actually need Orca most of the time. When I do, it's important
to have it easily available but at other times I have not found a way to
reliably stop it changing keybinds except to stop the service. It would
be cleaner to just start with the service stopped by default!

+1 -1
+1 -1
packetmix/systems/redhead/accessibility.nix
··· 7 7 services.orca.enable = true; 8 8 9 9 systemd.user.services.orca = { 10 - wantedBy = lib.mkForce [ "niri.service" ]; 10 + wantedBy = lib.mkForce [ ]; 11 11 after = [ "niri.service" ]; 12 12 }; 13 13 }