fix(scripts): inline wp to ctl
This commit is contained in:
parent
3f403a7de9
commit
ac719903c0
2 changed files with 4 additions and 2 deletions
|
|
@ -85,13 +85,13 @@ in
|
|||
|
||||
xdg.configFile."hypr/hypridle.conf".text = ''
|
||||
general {
|
||||
lock_cmd = wp lock && hyprlock
|
||||
lock_cmd = ctl wallpaper lock && hyprlock
|
||||
after_sleep_cmd = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = wp lock && hyprlock
|
||||
on-timeout = ctl wallpaper lock && hyprlock
|
||||
}
|
||||
|
||||
listener {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue