Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woodruffw/sxbiff
xbiff with signals
https://github.com/woodruffw/sxbiff
c x11
Last synced: 8 days ago
JSON representation
xbiff with signals
- Host: GitHub
- URL: https://github.com/woodruffw/sxbiff
- Owner: woodruffw
- License: other
- Created: 2016-01-04T00:42:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T23:39:29.000Z (about 9 years ago)
- Last Synced: 2025-01-05T11:31:27.048Z (15 days ago)
- Topics: c, x11
- Language: C
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
sxbiff is xbiff with signals.
If your MUA doesn't have a spool/mailfile for xbiff to monitor,
you can use sxbiff instead:$ kill -SIGUSR1 $(pidof sxbiff) # raise the mailbox flag
$ kill -SIGUSR2 $(pidof sxbiff) # lower the mailbox flagAlternatively, clicking the sxbiff window while the flag is raised will
lower it.BUILDING:
sxbiff requires X11's development headers. These are usually packaged
as libX11-dev or something similar.Once the development headers are installed:
$ git clone https://github.com/woodruffw/sxbiff && cd sxbiff
$ makeRUNNING:
$ ./sxbiff
The -o (--ontop) flag keeps sxbiff on top of all other windows.
The -v (--version) flag gives version information.sxbiff runs on $DISPLAY.
LICENSE:
sxbiff is licensed by William Woodruff under the MIT License.
The flagdown.xbm and flagup.xbm bitmaps are licensed by The Open Group et al.
under the X/MIT License.Full terms can be found in the LICENSE file.