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

fix(redhead)!: prevent Orca starting automatically #198

merged opened by a.starrysky.fyi targeting main from private/minion/push-rlywnnzyonyl

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!

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3medx4eaans22
+1 -1
Diff #0
+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 }

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
fix(redhead)!: prevent Orca starting automatically
1/5 failed, 4/5 success
expand
expand 0 comments
pull request successfully merged