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'