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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,12 @@ if you want to watch a 360 video (for example a youtube video), then run: ``` and click on your video player. +Alternatively, you can run: +``` +./vr-video-player --follow-focused +``` +and vr-video-player will automatically select the focused window (and update when the focused window changes). + The video might not be in front of you, so to move the video in front of you, you can do any of the following: * Pull the trigger on the vr controller * Press "Alt + F1" |