chore(nix/darwin): Remove launchd.agents.CapsEscSwap
Handled by kanata
This commit is contained in:
parent
4c7ec25d38
commit
c8edd24998
1 changed files with 0 additions and 14 deletions
|
@ -14,20 +14,6 @@
|
||||||
|
|
||||||
home.file."Library/Application Support/Floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
home.file."Library/Application Support/Floorp/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
||||||
|
|
||||||
# Swap CapsLock with Esc for better vi-mode experience.
|
|
||||||
# launchd.agents.CapsEscSwap = {
|
|
||||||
# enable = true;
|
|
||||||
# config = {
|
|
||||||
# ProgramArguments = [
|
|
||||||
# "/usr/bin/hidutil"
|
|
||||||
# "property"
|
|
||||||
# "--set"
|
|
||||||
# ''{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000039,"HIDKeyboardModifierMappingDst":0x700000029},{"HIDKeyboardModifierMappingSrc":0x700000029,"HIDKeyboardModifierMappingDst":0x700000039}]}''
|
|
||||||
# ];
|
|
||||||
# RunAtLoad = true;
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
MOZ_LEGACY_PROFILES = 1;
|
MOZ_LEGACY_PROFILES = 1;
|
||||||
MOZ_ALLOW_DOWNGRADE = 1;
|
MOZ_ALLOW_DOWNGRADE = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue