Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ellsclytn/nofi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: ellsclytn/nofi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 13, 2023

  1. build: add Clippy as a pre-push hook

    It's set up to run this check in CI, but that feedback loop is a lot
    shorter if it runs locally first.
    ellsclytn committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b885c94 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. fix(rofi): prevent opening more than one menu

    Additional commands to open the notification menu may be performed while
    Rofi is already open. Given the menu is blocking, this may present as
    menus opening immediately after exiting one. It's unlikely one wants to
    queue multiple nofi menus.
    ellsclytn committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a7dffde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8de8624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e78fbc View commit details
    Browse the repository at this point in the history
Loading