From 7b2fafcca8242aea88f1aa24c51d805c405d2ea9 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 11 Oct 2025 23:04:54 -0500 Subject: [PATCH] Add gamescope alias --- base/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/.profile b/base/.profile index c9272bfd..7df30cb9 100755 --- a/base/.profile +++ b/base/.profile @@ -119,6 +119,9 @@ done if has podman and ! has docker; then alias docker="podman" fi +if has gamescope; then + alias scope='gamescope -W 2560 -H 1440 --force-grab-cursor --fullscreen --' +fi if has git; then # Thanks Bash-it! alias g='git'