mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remap Caps_Lock
This commit is contained in:
parent
c00fef5340
commit
1e9555dea5
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@
|
|||
Option "VariableRefresh" "true"
|
||||
'';
|
||||
|
||||
services.xserver.displayManager.sessionCommands = ''
|
||||
${pkgs.xorg.xmodmap}/bin/xmodmap -e "remove Lock = Caps_Lock"
|
||||
${pkgs.xorg.xmodmap}/bin/xmodmap -e "keysym Caps_Lock = F13"
|
||||
'';
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
|
Loading…
Reference in a new issue