Manual Page Search Parameters

STORENAME(1) General Commands Manual STORENAME(1)

storenameStore input as root X window name

storename

The storename utility sets the root X window name to each line of input as it reads it.

The storename utility exits 0 on success, and >0 if an error occurs.

Store the current date and time as the root window name:

$ while sleep 1; do date; done | storename

dwm(1), status(1)

Jacob R. Edwards

July 22, 2021 jacob