aboutsummaryrefslogtreecommitdiff
path: root/experimental/keyboard-leds-trayicons.c
Commit message (Collapse)AuthorAge
* reset optind to enable getopt to not interfereB. Stack2022-10-04
| | | | | with application operation (where loading the fifo in the child process depends on the values from the second getopt and optind)
* WIP: add getoptB. Stack2022-10-03
| | | | | | | | Commit for code review from #devuan-dev room. Unfortunately, any use of flags in the while(getopt) loop causes the system tray icons to malfunction. If a parameter-with-value is used, the tray icons are entirely absent. If a parameter flag is used by itself, the tray icons do not load their icons.
* improvements from rwp code reviewB. Stack2022-09-30
|
* added major C improvementsB. Stack2022-09-30
* use libinih to read config file * handle SIGPIPE gracefully (when a trayicon exits) * exit when both trayicons have exited I wanted to try using libini-config5 but it was not documented at all, and I need useful examples.
bgstack15