Files
superior_dotfiles/private_dot_config/hypr/hypridle.conf
Szymon P 73a62aef61 Update .config/hypr/colors.conf
Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/hypr/hyprland/decoration.conf
Update .config/hypr/hyprland/exec.conf
Update .config/hypr/hyprland/workspace_assign/workspace_2.conf
Update .config/mimeapps.list
Update .config/nvim/lua/config/set.lua
Update .config/fish/functions/update.fish
Update .config/yazi/yazi.toml
Update .local/bin/system_setup.sh
2025-12-27 00:53:55 +01:00

30 lines
1.0 KiB
Plaintext

general {
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
before_sleep_cmd = hyprlock # lock before suspend.
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
}
listener {
timeout = 300 # 5min
on-timeout = hyprlock # lock screen when timeout has passed
}
listener {
timeout = 330 # 5.5min
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
}
listener {
timeout = 330 # 5.5min
on-timeout = openrgb -c black
on-resume = openrgb -c $openrgb_color
}
listener {
timeout = 1800 # 30min
on-timeout = openrgb -c black && systemctl sleep # suspend pc
on-resume = openrgb -c $openrgb_color
}