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
.local/bin

8
.local/bin/sticky-note Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
CONFIG_FILE="$HOME/.config/alacritty/sticky-notes.yml"
STICKY_NOTE_FILE="/tmp/sticky-note"
echo "$@" > "$STICKY_NOTE_FILE"
alacritty --config-file "$CONFIG_FILE"