diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-31 08:31:47 +0000 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-31 08:31:47 +0000 |
commit | bfa468ba34d792316398f1d27f94cfce5b7aa8ab (patch) | |
tree | 49341aaa7b3c05fcd41006056071d4a9a96e1e71 /project.conf | |
parent | afe16ef464e408a529b593b81865e8e105667c47 (diff) | |
download | vr-video-player-bfa468ba34d792316398f1d27f94cfce5b7aa8ab.tar.gz vr-video-player-bfa468ba34d792316398f1d27f94cfce5b7aa8ab.tar.bz2 vr-video-player-bfa468ba34d792316398f1d27f94cfce5b7aa8ab.zip |
Fix after xfixes update, add --follow-focused to make vr-video-player automatically update when the focused window changes
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 8c7763f..154a611 100644 --- a/project.conf +++ b/project.conf @@ -11,4 +11,4 @@ sdl2 = "2" openvr = "1" x11 = "1" xcomposite = ">=0.2" -xfixes = "5"
\ No newline at end of file +xfixes = ">=5"
\ No newline at end of file |