Files
arch-dotfiles/.config/hypr/scripts/suspend.sh
2026-06-18 09:55:42 +02:00

7 lines
98 B
Bash
Executable File

#!/bin/bash
hyprlock &
sleep 0.5
systemctl suspend
sleep 1
hyprctl dispatch dpms on
hyprctl reload