Add gamescope alias
This commit is contained in:
@@ -119,6 +119,9 @@ done
|
|||||||
if has podman and ! has docker; then
|
if has podman and ! has docker; then
|
||||||
alias docker="podman"
|
alias docker="podman"
|
||||||
fi
|
fi
|
||||||
|
if has gamescope; then
|
||||||
|
alias scope='gamescope -W 2560 -H 1440 --force-grab-cursor --fullscreen --'
|
||||||
|
fi
|
||||||
if has git; then
|
if has git; then
|
||||||
# Thanks Bash-it!
|
# Thanks Bash-it!
|
||||||
alias g='git'
|
alias g='git'
|
||||||
|
Reference in New Issue
Block a user