Files
Dotfiles/roles/hypr/files/scripts/idle.sh
Keule0010 d46e7c8dad Fixed bugs
Added paru installation
Switchted to hyprlock
2024-04-10 22:22:50 +02:00

9 lines
177 B
Bash
Executable File

#!/bin/bash
timeout_lock=900
timeout_DPMS=1080
swayidle -w \
timeout ${timeout_lock} "hyprlock & disown" \
timeout ${timeout_DPMS} "hyprctl dispatch dpms off"