mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
16 lines
379 B
Text
16 lines
379 B
Text
Section "ServerFlags"
|
|
Option "AllowMouseOpenFail" "on"
|
|
Option "DontZap" "on"
|
|
Option "StandbyTime" "0"
|
|
Option "SuspendTime" "0"
|
|
Option "OffTime" "0"
|
|
Option "BlankTime" "0"
|
|
EndSection
|
|
|
|
Section "InputClass"
|
|
Identifier "libinput pointer catchall"
|
|
MatchIsPointer "on"
|
|
MatchDevicePath "/dev/input/event*"
|
|
Driver "libinput"
|
|
Option "AccelProfile" "flat"
|
|
EndSection
|