Skip to content

Commit

Permalink
feat: Allow VkBasalt config on all flatpaks automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 24, 2024
1 parent 668eb07 commit 221f8cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system_files/desktop/shared/usr/bin/bazzite-flatpak-manager
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ flatpak override \

# Allow MangoHUD config for Flatpaks
flatpak override \
--filesystem=xdg-config/Mangohud:ro
--filesystem=xdg-config/Mangohud:ro \
--filesystem=xdg-config/vkBasalt:ro

# Params needed for HW accelerated video on Nvidia (Ignoring hybrid systems)
if [[ $IMAGE_FLAVOR =~ "nvidia" ]] && [ $(grep -o "\-display" <<< $(lshw -C display) | wc -l) -le 1 ] && grep -q "vendor: NVIDIA Corporation" <<< $(lshw -C display); then
Expand Down

0 comments on commit 221f8cb

Please sign in to comment.