fix: hyprland/helix
This commit is contained in:
parent
19afda3c58
commit
e5706f26a3
2 changed files with 5 additions and 6 deletions
|
|
@ -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; };
|
||||||
|
|
|
||||||
|
|
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue