From ee4f6e726643682b6cbba582e0e8e93a2f198eec Mon Sep 17 00:00:00 2001 From: Patrick Menking Date: Tue, 17 Sep 2024 20:59:21 -0400 Subject: [PATCH] Fix keyd config --- modules/core.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core.nix b/modules/core.nix index 2546829..a0cdd5f 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -72,8 +72,8 @@ b = "C-b"; space = "playpause"; - "." = "nextsong"; - "," = "prevsong"; + . = "nextsong"; + , = "prevsong"; escape = "~"; home = "end";