fix: hyprland/helix

This commit is contained in:
ooks-io 2024-01-19 21:02:38 +13:00
parent 19afda3c58
commit e5706f26a3
2 changed files with 5 additions and 6 deletions

View file

@ -57,11 +57,11 @@ in
display-messages = true; display-messages = true;
display-inlay-hints = true; display-inlay-hints = true;
}; };
keys.normal.space.u = { };
f = ":format"; keys.normal.space.u = {
w = ":set whitespace.render all"; f = ":format";
W = ":set whitespace.render none"; w = ":set whitespace.render all";
}; W = ":set whitespace.render none";
}; };
}; };
themes = import ./theme.nix { inherit colorscheme; }; themes = import ./theme.nix { inherit colorscheme; };

View file

@ -36,7 +36,6 @@ in
kb_layout = "us"; kb_layout = "us";
touchpad = { touchpad = {
disable_while_typing = false; disable_while_typing = false;
scroll.factor = 0.1;
}; };
}; };