mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 14:49:23 +08:00
modules.system.gui: fix niri
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user