modules.system.gui: fix niri

This commit is contained in:
2026-01-03 14:26:45 +08:00
parent 1bb6e550d8
commit 73a1490fed

View File

@@ -92,7 +92,13 @@ inputs:
mode = { width = 3840; height = 2160; refresh = 160.; };
};
};
input = { touchpad.dwt = true; keyboard.numlock = true; };
input =
{
touchpad.dwt = true;
keyboard.numlock = true;
power-key-handling.enable = false;
focus-follows-mouse.enable = true;
};
layout =
{
default-column-width.proportion = 0.5;