correct path for scripts ln
This commit is contained in:
parent
c84e170e4f
commit
40e6023c83
@ -46,7 +46,7 @@ read -p "Would you like to restore scripts [Y/n]: " SCRIPTS
|
||||
if [ "$SCRIPTS" = "Y" ] || [ "$SCRIPTS" = "y" ] || [ "$SCRIPTS" = "" ]
|
||||
then
|
||||
mkdir $HOME/.scripts $HOME/.shortcuts -p
|
||||
ln -s ./scripts/* $HOME/.scripts/
|
||||
ln -s $PWD/scripts/* $HOME/.scripts/
|
||||
fi
|
||||
###################################################################
|
||||
|
||||
|
2
scripts/office2kdisplay.sh
Executable file
2
scripts/office2kdisplay.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user