From 5630e2314bb63f39fd0b728c8a370ff77d69df01 Mon Sep 17 00:00:00 2001 From: Jarcode Date: Tue, 27 Aug 2019 00:43:03 -0700 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cb21ab..535e533 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Note the `22050` sample rate -- this is the reccommended setting for GLava. Rest ## Using GLava with OBS -OBS is able to record X window pixmaps directly, thus copying the alpha bits rather than the relevant section of the screen. This makes GLava useful for streams and recordings, but requires GLava to be a normal X11 client in order to be selected in the software. Use the following config options : +OBS (and some other recording software) is able to record X window pixmaps directly, thus copying the alpha bits rather than the relevant section of the screen. This makes GLava useful for streams and recordings, but requires GLava to be a normal X11 client in order to be selected in the software. Use the following config options to fix this: ```GLSL #request setxwintype "normal" @@ -107,7 +107,7 @@ OBS is able to record X window pixmaps directly, thus copying the alpha bits rat This usually allows your window manager and pager to ignore GLava while it remaining a regular window. From here you have two options: -* Force the window into your background using: +* If you wish to use GLava on your desktop and scene, force the window into your background using: ```GLSL #request addxwinstate "below" #request setdecorated false