Daniel Schep

Results 138 comments of Daniel Schep
trafficstars

use: ``` python setup.py develop ```

You should just be able to run `ntfy` after runing that command. Another option is `python -m ntfy.cli`

Screensaver-ness is fine IMO. I just used locked-ness because they're synonymous because of the way i setup my machines.

Yeah, you currently get 2 notifications when the screen is locked. This worked fine with how I use the plugin. I use `shell-integration` mostly these days and get desktop notifications...

I'd rather not ship without windows support, but I don't see myself adding that anytime soon.. so I guess I ought to merge this stuff. just a quick note, the...

Hmm. Do you have the correct `user_key` set? I get the same error if I change mine to be wrong.

Yeah, that's doesn't surprise me. Usage as a library wasn't my primary usecase, but seeing as people are interested I should probably shore that up or document the differences. The...

Hmm, yeah I've seen other tools that do this sort of thing using `xdotool`. I'd prefer not having additional dependencies, but I wouldn't be opposed to using it if available,...

Hrmm.. actually, isn't `xdotoo getactivewindow` the same as the `xprop` command ntfy uses? `WINDOWID` is the ID of the window the command is running in, regardless of focus. Good to...