bspwm node tagger, maaw's little brother.
naaw server <x>
: start the naaw server, tagged nodes will get a border width of pixels
naaw tag <n>
: toggle the tagged/untagged status of the node with id (e.g. naaw tag $(bspc query -N -n)
to toggle the current node)
naaw show
: show/hide the currently tagged nodes
cargo install --path .
# in ~/.config/sxhkd/sxhkdrc
# toggle tag on current node
super + i
naaw tag $(bspc query -N -n)
# toggle tag visibility
super + u
naaw show
# in ~/.config/bspwm/bspwmrc
naaw server 5 2>/dev/null &