From b13a0831fa82b5a635a9f86c095ab6b6d92457a4 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sun, 16 Aug 2026 11:28:41 +0200 Subject: [PATCH] Add Gamescope installation via Flatpak This commit includes the addition of a Flatpak command to install Gamescope, a Vulkan-based compositor for gaming. It ensures a more complete setup for gaming-related tools. --- 07-programs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/07-programs.sh b/07-programs.sh index fa40e45..32794e8 100755 --- a/07-programs.sh +++ b/07-programs.sh @@ -85,3 +85,5 @@ flatpak install flathub org.localsend.localsend_app -y flatpak install flathub com.valvesoftware.Steam -y # Scopebuddy GUI flatpak install flathub io.github.rfrench3.scopebuddy-gui -y +# Gamescope +flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope -y