increase transition duration : waybar
This commit is contained in:
@@ -13,14 +13,14 @@ general {
|
||||
# Screenlock
|
||||
listener {
|
||||
# HYPRLOCK TIMEOUT
|
||||
timeout = 330
|
||||
timeout = 180
|
||||
# HYPRLOCK ONTIMEOUT
|
||||
on-timeout = hyprlock
|
||||
}
|
||||
|
||||
# screen brightness
|
||||
listener {
|
||||
timeout = 300 # 5 min.
|
||||
timeout = 240
|
||||
on-timeout = brightnessctl -s set 10
|
||||
on-resume = brightnessctl -r
|
||||
}
|
||||
@@ -28,7 +28,7 @@ listener {
|
||||
# dpms
|
||||
listener {
|
||||
# DPMS TIMEOUT
|
||||
timeout = 360
|
||||
timeout = 300
|
||||
# DPMS ONTIMEOUT
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
# DPMS ONRESUME
|
||||
@@ -36,6 +36,6 @@ listener {
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 900 # 15min
|
||||
timeout = 600
|
||||
on-timeout = systemctl suspend # suspend pc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user