From e5706f26a3ffa22119943b233727217815506f16 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 19 Jan 2024 21:02:38 +1300 Subject: [PATCH] fix: hyprland/helix --- home/programs/console/editor/helix/default.nix | 10 +++++----- .../desktop/wayland/windowManager/hyprland/default.nix | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/home/programs/console/editor/helix/default.nix b/home/programs/console/editor/helix/default.nix index 0ec7a49..f864a65 100644 --- a/home/programs/console/editor/helix/default.nix +++ b/home/programs/console/editor/helix/default.nix @@ -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; }; diff --git a/home/programs/desktop/wayland/windowManager/hyprland/default.nix b/home/programs/desktop/wayland/windowManager/hyprland/default.nix index 22de9fc..aefd72a 100644 --- a/home/programs/desktop/wayland/windowManager/hyprland/default.nix +++ b/home/programs/desktop/wayland/windowManager/hyprland/default.nix @@ -36,7 +36,6 @@ in kb_layout = "us"; touchpad = { disable_while_typing = false; - scroll.factor = 0.1; }; };