These are the files I use to make sticky notes on bspwm/alacritty.
if [[ $STICKY_NOTE ]]; then
PS1=
cat "$HOME/temp/sticky-note"
return
fi
bspc rule -a sticky-note state=floating sticky=on border=off
These are the files I use to make sticky notes on bspwm/alacritty.
if [[ $STICKY_NOTE ]]; then
PS1=
cat "$HOME/temp/sticky-note"
return
fi
bspc rule -a sticky-note state=floating sticky=on border=off