Skip to content

tom-on-the-internet/sticky-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Sticky Notes

These are the files I use to make sticky notes on bspwm/alacritty.

Video

https://youtu.be/-cKtas8kI7w

zshrc excerpt

if [[ $STICKY_NOTE ]]; then
  PS1=
  cat "$HOME/temp/sticky-note"
  return
fi

bspwm config excerpt

bspc rule -a sticky-note state=floating sticky=on border=off

About

Sticky Notes on your tiling window manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages