From 4e24e459c1efa4017722973fae976020eed3f5d7 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 17 Mar 2024 17:30:49 +0330 Subject: [PATCH] feat: steamos alias --- configs/sh/.zsh/aliases/index.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/sh/.zsh/aliases/index.zsh b/configs/sh/.zsh/aliases/index.zsh index 06748cc..56f86c8 100644 --- a/configs/sh/.zsh/aliases/index.zsh +++ b/configs/sh/.zsh/aliases/index.zsh @@ -6,13 +6,14 @@ alias fdir="cd $HOME/.var/app && ls" alias grub-path="cd /etc/default" +alias steam="steam -forcedesktopscaling=1" +alias steamos="STEAM_MULTIPLE_XWAYLANDS=1 gamescope -W 1600 -H 900 -r 75 -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck" alias z="zellij" alias zk="zellij kill-all-sessions -y" alias sp="LD_PRELOAD=/usr/lib/spotify-adblock.so spotify" alias nk="$NEKORAY_PATH" alias snk="sudo $NEKORAY_PATH" alias vscode="$CODE_PATH --no-sandbox" -alias steam="steam -forcedesktopscaling=1" alias serve="miniserve -z" alias myip="curl "http://ip-api.com/json/" | pp_json" alias reloadshell="omz reload"