add: sticky-notes and bspwm scripts

This commit is contained in:
Tobias Reisinger 2020-06-30 18:36:28 +02:00
parent 212028fcd0
commit d0a680305c
6 changed files with 146 additions and 6 deletions
.config/zsh

View file

@ -53,3 +53,9 @@ bindkey '^e' edit-command-line
# Load zsh-syntax-highlighting; should be last.
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
if [[ $STICKY_NOTE ]]; then
PS1=
cat "/tmp/sticky-note"
return
fi