Scripts version 2225

This commit is contained in:
Mikhail Tergoev
2023-10-08 16:39:56 +03:00
parent e631c92273
commit e8cf0e646b
11 changed files with 53 additions and 17 deletions

View File

@ -60,6 +60,12 @@ start_portwine () {
xrdb -merge "${HOME}/.Xresources"
fi
if [[ "$PW_USE_OBS_VKCAPTURE" == "1" ]] ; then
export OBS_VKCAPTURE="1"
export PW_USE_SYSTEM_VK_LAYERS="1"
print_warning "System mangohud, vkBasalt, obs-vk capture and other applications using vulkan layers are forcibly used."
fi
pw_init_runtime
if [[ "${PW_LOG}" == 1 ]] ; then