pulketo / sticky-notes

Sticky Notes on your tiling window manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 100.0%