Swap to hypridle

This commit is contained in:
Salt 2024-10-18 17:16:27 -05:00
parent 4303c84073
commit c534f35bce
3 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,3 @@
# vim: set ft=config:
# Configuration for hypridle is in ~/.config/hypr/hypridle.conf
exec-once = hypridle

View File

@ -1,3 +0,0 @@
# vim: set ft=config:
# Configuration for swayidle is in ~/.config/swayidle/config
exec-once = swayidle -w

View File

@ -1,8 +1,8 @@
# vim: set ft=config:
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
general {
lock_cmd = loginctl lock-session
unlock_cmd = loginctl unlock-session
lock_cmd = hyprlock
unlock_cmd = pkill -xu "$USER" -SIGUSR1 hyprlock
}
listener {