From 0cd81022e59a079ece2ca42b86c86f6810f2000c Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Mon, 12 May 2025 17:33:15 -0400 Subject: [PATCH] Replaced gamescope wayland-session desktop file with personally created one --- .../usr/share/wayland-sessions/steam-big-picture.desktop | 5 +++++ recipes/recipe.yml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 files/system/usr/share/wayland-sessions/steam-big-picture.desktop diff --git a/files/system/usr/share/wayland-sessions/steam-big-picture.desktop b/files/system/usr/share/wayland-sessions/steam-big-picture.desktop new file mode 100644 index 0000000..c04d302 --- /dev/null +++ b/files/system/usr/share/wayland-sessions/steam-big-picture.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Name=Steam Big Picture Mode +Comment=Start Steam in Big Picture Mode +Exec=/usr/bin/gamescope -H 1080 -r 60 --force-composition -fe -- /usr/bin/steam -tenfoot +Type=Application \ No newline at end of file diff --git a/recipes/recipe.yml b/recipes/recipe.yml index b29f618..0be30c3 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -21,13 +21,11 @@ modules: repos: - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo - https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo - - https://copr.fedorainfracloud.org/coprs/bazzite-org/bazzite/repo/fedora-%OS_VERSION%/bazzite-org-bazzite-fedora-%OS_VERSION%.repo install: - micro - starship - hyprland-git - waybar - - gamescope-session-steam - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)