Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onetime functionality #2

Merged
merged 6 commits into from
Sep 19, 2020
Merged

Onetime functionality #2

merged 6 commits into from
Sep 19, 2020

Commits on Sep 19, 2020

  1. added gitignore with binary

    budRich committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    9cee67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca21f8 View commit details
    Browse the repository at this point in the history
  3. ADD: onetime functionality

    added commandline option -o
    if present it will set int onetime to 1
    
    timeitems() now returns an int (number of deleted notifications)
    
    at end of mainloop, if (config.onetime && timeitems()) break;
    budRich committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    bc40d28 View commit details
    Browse the repository at this point in the history
  4. Update xnotify.c

    phillbush authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    5f7cc30 View commit details
    Browse the repository at this point in the history
  5. Delete .gitignore

    phillbush authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    fab7515 View commit details
    Browse the repository at this point in the history
  6. Delete xnotify.h

    phillbush authored Sep 19, 2020
    Configuration menu
    Copy the full SHA
    e0cd8b5 View commit details
    Browse the repository at this point in the history