mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 23:25:58 +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
|
||||
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 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)
|
||||
unlock_cmd = notify-send "unlock!" # same as above, but unlock
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue