From 797689501dd05003f721fdedfd19602fe8372345 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 7 Jan 2025 09:58:30 +0100 Subject: [PATCH] feat: map caps to ctrl --- modules/home/hyprland/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 9e662b0..25da213 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -101,6 +101,7 @@ ]; input = { + kb_options = "caps:ctrl_modifier"; kb_layout = "us"; numlock_by_default = true; follow_mouse = 1;