Remove hypridle / hyprlock sleeps
This commit is contained in:
@@ -850,8 +850,8 @@ screencopy {
|
|||||||
|
|
||||||
#+BEGIN_SRC conf :tangle hypridle.conf
|
#+BEGIN_SRC conf :tangle hypridle.conf
|
||||||
general {
|
general {
|
||||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||||
ignore_dbus_inhibit = false
|
ignore_dbus_inhibit = false
|
||||||
ignore_systemd_inhibit = false
|
ignore_systemd_inhibit = false
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
general {
|
general {
|
||||||
lock_cmd = pgrep hyprlock || (hyprlock && sleep 3) # avoid starting multiple hyprlock instances
|
lock_cmd = pgrep hyprlock || hyprlock # avoid starting multiple hyprlock instances
|
||||||
before_sleep_cmd = loginctl lock-session && sleep 3 # lock before suspend
|
before_sleep_cmd = loginctl lock-session # lock before suspend
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key to turn on the display
|
||||||
ignore_dbus_inhibit = false
|
ignore_dbus_inhibit = false
|
||||||
ignore_systemd_inhibit = false
|
ignore_systemd_inhibit = false
|
||||||
|
Reference in New Issue
Block a user