notify-send.py icon indicating copy to clipboard operation
notify-send.py copied to clipboard

A python-script like libnotify but with improved functionality

Results 5 notify-send.py issues
Sort by recently updated
recently updated
newest added

Script runs fine in all other cases, but running with `--replaces-process` on my machine like so: ```bash notify-send.py --replaces-process testrep "Test replaces" ``` causes: ``` Traceback (most recent call last):...

I installed of notify-send.py using pip and ran into #19. Please consider updating the version on pypi.

I tries installing this, but it didn't add any script to my PATH, or anything alike. I only got these files when installing via `python setup.py`: ``` notify-send.py /usr/ notify-send.py...

In the readme it is mentioned that in order to use the script for root you must hardcode the user name and the user id. I think it is not...

Obviously this is an integration issue, so I'll have to mention some context on other programs, I hope you'll bear with me. The setup is using sxhkd with the following...