mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
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
30 lines
1.0 KiB
Plaintext
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
|
|
}
|