diff --git a/dot_config/dxvk/dxvk.conf b/dot_config/dxvk/dxvk.conf new file mode 100644 index 0000000..698921b --- /dev/null +++ b/dot_config/dxvk/dxvk.conf @@ -0,0 +1,2 @@ +dxgi.maxFrameRate = 164 +d3d9.maxFrameRate = 164 diff --git a/dot_profile b/dot_profile index 23b2639..0b10641 100644 --- a/dot_profile +++ b/dot_profile @@ -52,3 +52,5 @@ export FZF_DEFAULT_COMMAND="fd --strip-cwd-prefix --hidden --follow" export SVDIR="${XDG_CONFIG_HOME}"/service export XBPS_DISTDIR="$HOME/git/void-packages" export MOZ_ENABLE_WAYLAND=1 + +export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf