fix keyboard on laptop

This commit is contained in:
Tristan 2024-01-06 21:03:51 +00:00
parent 859d354ccc
commit e67707b0f0
6 changed files with 17 additions and 46 deletions

View file

@ -24,6 +24,9 @@
natural_scroll = true;
scroll_factor = 0.5;
};
kb_options = lib.mkDefault "caps:escape";
kb_layout = lib.mkDefault "gb";
numlock_by_default = true;
};
gestures = {
workspace_swipe = true;