Added docking/undocking shortcuts

This commit is contained in:
Wryn Wagner
2019-11-30 20:41:45 -07:00
parent e47bdb355f
commit db8e6b125b
5 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,10 @@
#!/bin/bash
# --- Shortcuts for quick ARANDR switch -----------------------
alias undock="$DOTWRYN/config/xserver/screenlayout/undock.sh";
alias workdock="$DOTWRYN $HOME/.wryn/config/xserver/screenlayout/workdock.sh";
alias homedock="$DOTWRYN/config/xserver/screenlayout/homedock_hdmionly.sh";
# --- Note-taking facilitated ---------------------------------
NOTE_PATH='/Users/w0ryn/Documents/notes';
NOTE_EXTENSION='.txt';