From 5081a62df6a9041e9ef55bc2a540a8e987ddba62 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 3 Apr 2023 18:40:33 +0200 Subject: [PATCH] fix: change foot keybind to not collide with fcitx5 --- programs/foot.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/programs/foot.nix b/programs/foot.nix index 0f6660d..c2f6cf6 100644 --- a/programs/foot.nix +++ b/programs/foot.nix @@ -23,6 +23,10 @@ launch = ''firefox ''${url}''; }; + key-bindings = { + show-urls-launch = "Control+Shift+l"; + }; + colors = { foreground = lib.strings.removePrefix "#" theme.primary.foreground; background = lib.strings.removePrefix "#" theme.primary.background;