🚀 remap capslock
parent
fa9efc5883
commit
fa7c3c118d
|
@ -3,4 +3,7 @@
|
||||||
{
|
{
|
||||||
imports = [ ./apps ./bspwm ./polybar ./gtk.nix ];
|
imports = [ ./apps ./bspwm ./polybar ./gtk.nix ];
|
||||||
home-manager.users.moritz = { services.unclutter.enable = true; };
|
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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue