mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Migrate from swayidle to hypridle
This commit is contained in:
parent
a1f9a7c82d
commit
ae02222df1
10 changed files with 69 additions and 32 deletions
10
home/.config/systemd/user/hypridle.service
Normal file
10
home/.config/systemd/user/hypridle.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description="Idle management daemon"
|
||||
PartOf=graphica-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/hypridle
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=wayland-session.target
|
Loading…
Add table
Add a link
Reference in a new issue