feat(keyd): swap alt and super

This commit is contained in:
buffet 2024-02-06 19:53:37 +01:00
parent da451f3f67
commit e312f2aad1

View file

@ -5,6 +5,8 @@ _: {
main = {
"capslock" = "overload(control, esc)";
"esc" = "capslock";
"leftalt" = "leftmeta";
"leftmeta" = "leftalt";
};
};
};