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-inlay-hints = true;
|
||||
};
|
||||
keys.normal.space.u = {
|
||||
f = ":format";
|
||||
w = ":set whitespace.render all";
|
||||
W = ":set whitespace.render none";
|
||||
};
|
||||
};
|
||||
keys.normal.space.u = {
|
||||
f = ":format";
|
||||
w = ":set whitespace.render all";
|
||||
W = ":set whitespace.render none";
|
||||
};
|
||||
};
|
||||
themes = import ./theme.nix { inherit colorscheme; };
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ in
|
|||
kb_layout = "us";
|
||||
touchpad = {
|
||||
disable_while_typing = false;
|
||||
scroll.factor = 0.1;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue