diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-24 12:10:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 12:10:56 +0900 |
| commit | a070eba1c18e8b064b230f1ad95886f557fec50c (patch) | |
| tree | e904cbaf26b37caea771af11ea8d6e0a13e448df /config | |
| parent | f7983f5b53e651dd03434889ee909a78917d9009 (diff) | |
| parent | d9f5d66504336a361cb59ac96591b774288938c4 (diff) | |
Merge pull request #212 from SherLock707/development2
Updated hypridle to launch hyprlock before sleep to have hyprlock open when waking up from suspend
Diffstat (limited to 'config')
| -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) } |
