updated scrren off
This commit is contained in:
+6
-20
@@ -1,24 +1,10 @@
|
|||||||
# _____ __ __ _____ _____ __ _____ _____ _____
|
|
||||||
# | | | | | _ | __ | | | | | | |
|
|
||||||
# | |_ _| __| -| |__| | | --| -|
|
|
||||||
# |__|__| |_| |__| |__|__|_____|_____|_____|__|__|
|
|
||||||
#
|
|
||||||
# by Bina
|
|
||||||
|
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 300
|
timeout = 300
|
||||||
on-timeout = hyprlock
|
on-timeout = hyprlock
|
||||||
}
|
}
|
||||||
|
|
||||||
# listener {
|
listener {
|
||||||
# timeout = 360
|
timeout = 360
|
||||||
# on-timeout = hyprctl dispatch dpms off
|
on-timeout = bash -c 'for o in $(hyprctl monitors -j | jq -r ".[].name"); do wlopm --off "$o"; done'
|
||||||
# on-resume = hyprctl dispatch dpms on && \
|
on-resume = bash -c 'for o in $(hyprctl monitors -j | jq -r ".[].name"); do wlopm --on "$o"; done'
|
||||||
# (pgrep -x floorp >/dev/null || floorp &) && \
|
}
|
||||||
# (pgrep -x librewolf >/dev/null || librewolf &)
|
|
||||||
#
|
|
||||||
# }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user