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

'multi' backend and screen locking detection #170

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 8, 2017

  1. WIP of dschep#125: screen locking detection

    separate backends implemented via a 'multi' meta-backend.
    Uses config like this:
    
    ```
    backends: [multi]
    multi:
        locked:
            pushover:
                user_key: user-api-key
        unfocused:
            default: {}
        focused: {}
    
    ```
    This config would cause no notifications if the shell is focused, desktop
    notifications when unfocused, and pushover notifications when the screen is
    locked. Freaking magic. 🎉
    dschep committed Jun 8, 2017
    1 Configuration menu
    Copy the full SHA
    6d0ede9 View commit details
    Browse the repository at this point in the history
  2. yapf-ify

    dschep committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    7e30cc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. Configuration menu
    Copy the full SHA
    8ce5240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987bc4d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    fa49894 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    84903e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Merge pull request dschep#147 from dschep/locked

    WIP of dschep#125: screen locking detection
    
    * dschep/locked:
      yapf-ify
      WIP of dschep#125: screen locking detection
    ianwremmel committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    4607ee5 View commit details
    Browse the repository at this point in the history
  2. Merge commit '84903e7ae7b7ff6ba102558948cd15e5a361a555' into multi-sc…

    …reenlock
    
    * commit '84903e7ae7b7ff6ba102558948cd15e5a361a555':
      Add screensaver detection for MacOS
    ianwremmel committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    dfb2a9c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Merge branch 'master' into multi-screenlock

    * master:
      virtualenv already installed i think
      use pyenv for py3k
      Switch to pywin32
    ianwremmel committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    5b66a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70640fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db07043 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    9e96ba0 View commit details
    Browse the repository at this point in the history