Remove sticky-note script

This commit is contained in:
Tobias Reisinger 2021-04-07 14:48:22 +02:00
parent e3392c682a
commit 1bc93a0b3a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 8 deletions

View file

@ -53,3 +53,5 @@
clean = git-lfs clean -- %f
[init]
defaultBranch = main
[commit]
gpgsign = true

View file

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