Improve keyboard handling
This commit is contained in:
parent
06208621c6
commit
65cc76dc7a
2 changed files with 19 additions and 5 deletions
|
|
@ -24,6 +24,14 @@
|
|||
default_session = initial_session;
|
||||
};
|
||||
};
|
||||
# Rebind CapsLock to Escape (when tapped)
|
||||
keyd = {
|
||||
enable = true;
|
||||
keyboards.default = {
|
||||
ids = [ "*" ];
|
||||
settings.main.capslock = "overload(capslock, esc)";
|
||||
};
|
||||
};
|
||||
udev.packages = with pkgs; [ ddcutil ]; # TODO Doesn't seem to help
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue