correct path for scripts ln

This commit is contained in:
Shihaam Abdul Rahman 2023-01-09 20:36:22 +05:00
parent c84e170e4f
commit 40e6023c83
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@ read -p "Would you like to restore scripts [Y/n]: " SCRIPTS
if [ "$SCRIPTS" = "Y" ] || [ "$SCRIPTS" = "y" ] || [ "$SCRIPTS" = "" ] if [ "$SCRIPTS" = "Y" ] || [ "$SCRIPTS" = "y" ] || [ "$SCRIPTS" = "" ]
then then
mkdir $HOME/.scripts $HOME/.shortcuts -p mkdir $HOME/.scripts $HOME/.shortcuts -p
ln -s ./scripts/* $HOME/.scripts/ ln -s $PWD/scripts/* $HOME/.scripts/
fi fi
################################################################### ###################################################################

2
scripts/office2kdisplay.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x360 --rotate normal --output HDMI-1 --off --output DP-1 --mode 2560x1440 --pos 1920x0 --rotate normal --output HDMI-2 --off