Jasper den Ouden (leave Github)

Results 31 comments of Jasper den Ouden (leave Github)

I think this would need changing `config/window.lua`. What i would prefer personally is to go "html-only" on any non-basic gui. Basically, make multiple pages side-by-side work, and then make chrome-pages...

@martingabelmann I agree. But I want it to be very customizable(and it is, well `window.lua` is in `conf/`), and that can be used to create a user -as in non-techy,...

Feeder(RSS reader) is an example that has this. Also has an option about the charging state and if it has wifi.

The communications over tox i speak of https://github.com/o-jasper/tox_comms

> @o-jasper what if core provided a method JUST to unique and identify messages? That wouldn't be core doing anything expecting enforcing a way for clients to reference messages. @irungentoo...

Sure it can properly split the data without knowing what is inside? All it needs to know is some bunch of data should be called with a callback later, whole,...

Not sure if it does? Plus, maybe some of these manual configurations would be better in the default? For instance arrow keys don't always do anything where you could give...

In practice, automatically detects the interface? Came here to ask the same thing. Maybe like `eth0|wlan0` as input and it does whichever applicable.

On my computer, added `/etc/systemd/system/knockd-alt.service`; [Unit] Description=Port-Knocking Daemon After=network.target [Service] ExecStart=/usr/bin/knockd -i $(ip route show |grep default | cut -f 5 -d ' ') [Install] WantedBy=multi-user.target `-i` overrides the config....

Maybe `interface_cmd` so [this solution](https://github.com/jvinet/knock/issues/44#issuecomment-408612806) can be done in the configuration file instead of a systemd service.(Also i see a `.service` file in the `knockd` arch repo, maybe add a...