mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
README: add features and ignore_dbus_inhibit
This commit is contained in:
parent
9320017b63
commit
39b8afbef7
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
# hypridle
|
# hypridle
|
||||||
Hyprland's idle daemon
|
Hyprland's idle daemon
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- based on the `ext-idle-notify-v1` wayland protocol
|
||||||
|
- support for dbus' loginctl commands (lock / unlock / before-sleep)
|
||||||
|
- support for dbus' inhibit (used by e.g. firefox / steam)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Configuration is done via `~/.config/hypr/hypridle.conf` in the standard
|
Configuration is done via `~/.config/hypr/hypridle.conf` in the standard
|
||||||
|
@ -11,6 +16,7 @@ general {
|
||||||
lock_cmd = notify-send "lock!" # dbus/sysd lock command (loginctl lock-session)
|
lock_cmd = notify-send "lock!" # dbus/sysd lock command (loginctl lock-session)
|
||||||
unlock_cmd = notify-send "unlock!" # same as above, but unlock
|
unlock_cmd = notify-send "unlock!" # same as above, but unlock
|
||||||
before_sleep_cmd = notify-send "Zzz" # command ran before sleep
|
before_sleep_cmd = notify-send "Zzz" # command ran before sleep
|
||||||
|
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
|
|
Loading…
Reference in a new issue