runst
runst copied to clipboard
A dead simple notification daemon 🦡
**Is your feature request related to a problem? Please describe.** Trying to get ~desktop~ terminal notifications from programs emitting them in a headless, no desktop (neither X nor Wayland) TTY-only...
**Is your feature request related to a problem? Please describe.** `runst` not working on older machines (old `glibc`,
This is [mentioned in wiki](https://github.com/orhun/runst#runst--a-dead-simple-notification-daemon-), but I really want to express how awesome it would be to bring wayland support. Thanks for your work!
The geometry setting works, but is a bit inconvenient if you have changing monitor setups. It would be nice if the notifications could follow the current focused monitor.
> ansi_term is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ansi_term` | | Version | `0.12.1` | | URL...
I tried to utilize the following service files for running `runst` automatically via D-Bus activation but couldn't access the `DISPLAY` from systemd unit: `/usr/share/dbus-1/services/org.orhun.runst.service`: ```ini [D-BUS Service] Name=org.freedesktop.Notifications Exec=/usr/bin/runst SystemdService=runst.service...