From f6538161bb6cdb5406b4498e116c9f5ba9f5c979 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 24 Feb 2024 17:07:05 +0330 Subject: [PATCH] feat: steam package and deps packages and alias --- README.md | 2 ++ dots/zsh/.zsh_custom/aliases.zsh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5e772..dc084c8 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ The following packages are required for the proper functioning of Hyprland on Vo - fontmanager - gnome-system-monitor - nwg-look + - telegram-desktop + - steam and deps : libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit diff --git a/dots/zsh/.zsh_custom/aliases.zsh b/dots/zsh/.zsh_custom/aliases.zsh index 47085c5..1b57738 100644 --- a/dots/zsh/.zsh_custom/aliases.zsh +++ b/dots/zsh/.zsh_custom/aliases.zsh @@ -3,7 +3,7 @@ alias zk="zellij kill-all-sessions -y" alias nk="$NEKORAY_PATH" alias snk="sudo $NEKORAY_PATH" alias vscode="$CODE_PATH --no-sandbox" -alias steam="STEAM_SCALE=1.3 flatpak run com.valvesoftware.Steam -forcedesktopscaling=$STEAM_SCALE" +alias steam="STEAM_SCALE=1.3 steam -forcedesktopscaling=$STEAM_SCALE" alias serve="miniserve -z" alias fl="eza --header -l" alias myip="curl "http://ip-api.com/json/" | pp_json"