fixes and improvements

This commit is contained in:
2025-07-25 10:24:08 +02:00
parent e2f428bc64
commit 0f51bf1abb
46 changed files with 780 additions and 63 deletions
+7 -6
View File
@@ -10,6 +10,7 @@
main = {
capslock = "layer(capslayer)";
"'" = "G-'";
rightcontrol = "rightcontrol";
};
otherlayer = {};
capslayer = {
@@ -35,10 +36,10 @@
# Optional, but makes sure that when you type the make palm rejection work with keyd
# https://github.com/rvaiya/keyd/issues/723
environment.etc."libinput/local-overrides.quirks".text = ''
[Serial Keyboards]
MatchUdevType=keyboard
MatchName=keyd virtual keyboard
AttrKeyboardIntegration=internal
'';
#environment.etc."libinput/local-overrides.quirks".text = ''
# [Serial Keyboards]
# MatchUdevType=keyboard
# MatchName=keyd virtual keyboard
# AttrKeyboardIntegration=internal
#'';
}