🚀 remap capslock

dev-docs
Moritz Böhme 2022-01-21 22:10:09 +01:00
parent fa9efc5883
commit fa7c3c118d
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@
{
imports = [ ./apps ./bspwm ./polybar ./gtk.nix ];
home-manager.users.moritz = { services.unclutter.enable = true; };
# Remap capslock to esc and shift + capslock to capslock
services.xserver.xkbOptions =
"terminate:ctrl_alt_bksp,caps:escape_shifted_capslock";
}