Updated broken dock script

This commit is contained in:
Wryn Wagner
2019-12-02 12:36:26 -07:00
parent ed351eb94c
commit 4ae4732410
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# --- Shortcuts for quick ARANDR switch -----------------------
alias undock="$DOTWRYN/config/xserver/screenlayout/undock.sh";
alias workdock="$DOTWRYN $HOME/.wryn/config/xserver/screenlayout/workdock.sh";
alias workdock="$DOTWRYN/config/xserver/screenlayout/workdock.sh";
alias homedock="$DOTWRYN/config/xserver/screenlayout/homedock_hdmionly.sh";
alias hdmidock="$DOTWRYN/config/xserver/screenlayout/hdmidock.sh";