diff --git a/etc/X11/xorg.conf.d/20-amdgpu.conf b/etc/X11/xorg.conf.d/20-amdgpu.conf new file mode 100644 index 0000000..930280e --- /dev/null +++ b/etc/X11/xorg.conf.d/20-amdgpu.conf @@ -0,0 +1,7 @@ +Section "OutputClass" + Identifier "AMD" + MatchDriver "amdgpu" + Driver "amdgpu" + Option "VariableRefresh" "true" + Option "AsyncFlipSecondaries" "true" +EndSection diff --git a/etc/X11/xorg.conf.d/50-mouse-acceleration.conf b/etc/X11/xorg.conf.d/50-mouse-acceleration.conf new file mode 100644 index 0000000..e00935b --- /dev/null +++ b/etc/X11/xorg.conf.d/50-mouse-acceleration.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "My Mouse" + Driver "libinput" + MatchIsPointer "yes" + Option "AccelProfile" "flat" + Option "AccelSpeed" ".5" +EndSection