From ad58a9e915cca833136640fc1bd0d33bd1a39468 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 23 Jun 2024 00:47:23 +0300 Subject: [PATCH] Keyd : Fix firefox window name. --- user/common/keyd/module/Firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/common/keyd/module/Firefox.nix b/user/common/keyd/module/Firefox.nix index 945fe181..5bd7c048 100644 --- a/user/common/keyd/module/Firefox.nix +++ b/user/common/keyd/module/Firefox.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { file = (pkgs.formats.ini {}).generate "KeydFirefoxConfig" { - "firefox" = { + "firefox-esr" = { "alt.E" = "C-S-pagedown"; "alt.N" = "S-f3"; "alt.Q" = "C-S-pageup";