Skip to content
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: yawor/hypridle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hyprwm/hypridle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 14 files changed
  • 10 contributors

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. dbus: Separate ignore_systemd_inhibit config param, register Screen…

    …Saver objects separately (hyprwm#59)
    
    * Don't register ScreenSaver object at all if ignore_dbus_inhibit is set. Introduce new ignore_systemd_inhibit config parameter.
    
    * Ability to register org.freedesktop.ScreenSaver object under multiple paths. Add object under legacy /ScreenSaver path.
    
    * Update documentation to reflect new configuration parameter.
    yawor authored May 14, 2024
    Configuration menu
    Copy the full SHA
    a7a6b8f View commit details
    Browse the repository at this point in the history
  2. README: Fixed getconf command in build instructions (hyprwm#60)

    getconf NPROCESSORS_CONF isn't a valid command. The correct command is getconf _NPROCESSORS_CONF.
    pebble-24 authored May 14, 2024
    Configuration menu
    Copy the full SHA
    afa6e21 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. nix/hm-module: remove

    fufexan committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cb169c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

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

Commits on Jul 16, 2024

  1. Config: use hyprutils helper (hyprwm#77)

    * flake.lock: update
    
    * config: use hyprutils helper
    
    * Nix: add hyprutils dep
    
    flake.lock: update
    fufexan authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fc4e3bd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. CMake, Nix: add VERSION file

    fufexan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2d774e6 View commit details
    Browse the repository at this point in the history
  2. CMake: fmt

    fufexan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ee6ca4d View commit details
    Browse the repository at this point in the history
  3. flake.lock: update

    fufexan committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9163a9f View commit details
    Browse the repository at this point in the history
  4. core: Fix running without logind (hyprwm#76)

    * dbus: Move logind matches inside try-catch
    
    * core: Don't exit when logind is absent
    
    logind being missing is non-fatal
    gnusenpai authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e5366d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. assets: add example.conf

    fufexan committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f84c2d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96d51ec View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. misc: Include Log.hpp in main (hyprwm#87)

    It is already included because of ConfigManager.hpp, but that should not
    be relied on as logging is also directly used in the main function.
    BBaoVanC authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    01a63fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46cd0b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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

Commits on Sep 25, 2024

  1. core: Do not crash if the last CLI parameter was -c (hyprwm#92)

    * fix: Do not crash if the last CLI parameter was -c
    
    * feat: return an error if the next argument after -c is a flag
    
    * feat: return an error if multiple config files are provided
    MAKMED1337 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cc23f97 View commit details
    Browse the repository at this point in the history
Loading