fix: change foot keybind to not collide with fcitx5

This commit is contained in:
buffet 2023-04-03 18:40:33 +02:00
parent 3deb83c476
commit 5081a62df6

View file

@ -23,6 +23,10 @@
launch = ''firefox ''${url}''; launch = ''firefox ''${url}'';
}; };
key-bindings = {
show-urls-launch = "Control+Shift+l";
};
colors = { colors = {
foreground = lib.strings.removePrefix "#" theme.primary.foreground; foreground = lib.strings.removePrefix "#" theme.primary.foreground;
background = lib.strings.removePrefix "#" theme.primary.background; background = lib.strings.removePrefix "#" theme.primary.background;