add: sticky-notes and bspwm scripts
This commit is contained in:
parent
212028fcd0
commit
d0a680305c
6 changed files with 146 additions and 6 deletions
.local/bin
8
.local/bin/sticky-note
Executable file
8
.local/bin/sticky-note
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue