Commit graph

12 commits

Author SHA1 Message Date
Friday
b2bc15baff nix: use gcc15
also updated dependencies
2025-06-06 01:27:05 +03:00
Chris Hixon
63d08e8e72
core: Add ability to ignore Wayland idle inhibitors (#155)
* Add ability to ignore Wayland idle inhibitors

config: general:ignore_wayland_inhibit (bool)

If the config value general:ignore_wayland_inhibit is true, the
CCExtIdleNotifierV1 function used will be: sendGetInputIdleNotification.
This instructs the compositor (hyprland) to return all idle/resume
events, ignoring any Wayland inhibitors.

If the config value general:ignore_wayland_inhibit is false/unset,
it will use the default function sendGetIdleNotification, which obeys
Wayland inhibitors.

* Add ability to ignore Wayland idle inhibitors

config: general:ignore_wayland_inhibit (bool, default: false)

If the config value general:ignore_wayland_inhibit is true, use
sendGetInputIdleNotification to create the idle notification object.
(Wayland protocol: ext_idle_notifier_v1::get_input_idle_notification)
This instructs the compositor to return all idle/resume events,
ignoring any Wayland inhibitors.

If the config value general:ignore_wayland_inhibit is false (default),
it will use sendGetIdleNotification, which obeys Wayland inhibitors.
(Wayland protocol: ext_idle_notifier_v1::get_idle_notification)

* clang-format

* Update flake.lock
2025-06-02 19:02:45 +01:00
Maximilian Seidler
15ca902b2c
core: implement hyprlock-lock-notify-v1 functionality (#122)
---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2025-01-27 14:24:13 +01:00
33ac8cae64
flake.lock: update 2025-01-23 14:32:36 +02:00
Austin Horstman
413564cb98
nix/overlays: gcc13 -> gcc14; flake.lock: update (#116)
* nix/overlays: gcc13 -> gcc14

* flake.lock: update
2024-12-16 22:22:40 +01:00
9163a9f318
flake.lock: update 2024-07-18 20:43:36 +03:00
fc4e3bd2dc
Config: use hyprutils helper (#77)
* flake.lock: update

* config: use hyprutils helper

* Nix: add hyprutils dep

flake.lock: update
2024-07-16 22:36:07 +02:00
01772b32af
flake.lock: update 2024-04-15 23:55:20 +03:00
Mihai Fufezan
cc465d04d6
Nix: refactor flake 2024-02-29 15:09:56 +02:00
Mihai Fufezan
b9c94ed827
flake.lock: update nixpkgs 2024-02-24 17:13:26 +02:00
Mihai Fufezan
411addbd9f
Nix: update hyprlang 2024-02-18 19:26:31 +02:00
Mihai Fufezan
2d370eff32
Nix: init 2024-02-17 23:14:08 +02:00