fix: change foot keybind to not collide with fcitx5
This commit is contained in:
parent
3deb83c476
commit
5081a62df6
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue