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 = [ ]; }; }; }