Add gamescope alias

This commit is contained in:
2025-10-11 23:04:54 -05:00
parent d20a6e388f
commit 7b2fafcca8

View File

@@ -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'