feat(firefox): Use betterfox

This commit is contained in:
js0ny 2025-11-15 02:39:56 +00:00
parent f80d83bbd7
commit 28797f148f
12 changed files with 273 additions and 118 deletions

View file

@ -72,4 +72,13 @@
];
};
};
# treat the virtual keyboard as internal
# https://github.com/xremap/xremap/discussions/656
environment.etc."libinput/local-overrides.quirks".text = ''
[xremap]
MatchName=xremap
MatchUdevType=keyboard
AttrKeyboardIntegration=internal
'';
}