diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-24 12:11:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 12:11:15 +0900 |
| commit | 5f6692647cfc21f9fb4732cd8ba3eda59c58531b (patch) | |
| tree | 93061dcc78c937417ce2710f6b00d5074bfada64 /config/hypr/hypridle.conf | |
| parent | 8f52c3c99dc0a83c8b84c59bddd0c37d62ef06c8 (diff) | |
| parent | a070eba1c18e8b064b230f1ad95886f557fec50c (diff) | |
Merge branch 'development' into development
Diffstat (limited to 'config/hypr/hypridle.conf')
| -rw-r--r-- | config/hypr/hypridle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 7b8ce812..549f1b1c 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -6,7 +6,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 + before_sleep_cmd = hyprlock # command ran before sleep # after_sleep_cmd = notify-send "Awake!" # command ran after sleep ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) } |
