From e381384e287f0b3729bd19087bd958b837622236 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 13 Feb 2025 12:52:27 +0100 Subject: [PATCH] fix: modifier key is not a function apparently --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1a5222a..4fcb14b 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -102,7 +102,7 @@ input = { kb_layout = "us,jp"; - kb_options = "caps:ctrl_modifier" "grp:caps_toggle"; + kb_options = "caps:ctrl_modifier"; numlock_by_default = true; follow_mouse = 1; sensitivity = 0;