From 0cb12d05df78186a91b34769d54ad674987d0e1e Mon Sep 17 00:00:00 2001 From: veneficium Date: Sun, 21 Dec 2025 14:54:11 +0100 Subject: [PATCH] fix niri config --- modules/home/niri/niri.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/niri/niri.nix b/modules/home/niri/niri.nix index e73c55b..0235b1f 100644 --- a/modules/home/niri/niri.nix +++ b/modules/home/niri/niri.nix @@ -108,6 +108,7 @@ natural-scroll = true; scroll-method = "two-finger"; click-method = "button-areas"; + tap = true; }; mouse = { accel-speed = -0.8; @@ -116,6 +117,8 @@ focus-follows-mouse.max-scroll-amount = "5%"; }; + outputs."Samsung Electric Company LF24T35 HNAT902308".scale = 1.2; + layout = { preset-column-widths = [ { proportion = 1.0 / 3.0; } @@ -258,7 +261,7 @@ "Mod+C".action = center-column; "Mod+V".action = toggle-window-floating; - "Print".action = screenshot; + "Print".action.screenshot = [ ]; }; }; }