Migration of master edits since branch

This commit is contained in:
Wryn Wagner
2019-12-30 17:48:29 -07:00
parent fb370990fe
commit 144927b8b9
5 changed files with 36 additions and 10 deletions

View File

@ -1,5 +1,11 @@
#!/bin/zsh
# --- Shortcuts for quick ARANDR switch -----------------------
alias undock="$DOTWRYN/config/xserver/screenlayout/undock.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";
# --- Note-taking facilitated ---------------------------------
NOTE_PATH='/Users/w0ryn/Documents/notes';
NOTE_EXTENSION='.txt';