*change to using waylock in config

ajh-conf
Alex 2022-09-15 20:54:21 -05:00
parent 10368f6e57
commit 72c0f06a26
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ static const char *const autostart[] = {
"dwl-bar.sh","-l", NULL, "dwl-bar.sh","-l", NULL,
"sh", "-c", "swaybg --image $HOME/.config/wall", NULL, "sh", "-c", "swaybg --image $HOME/.config/wall", NULL,
"hotkeys.sh", NULL, "hotkeys.sh", NULL,
"sh","-c","swayidle -w timeout 900 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'",NULL, "sh","-c","swayidle -w timeout 900 'waylock &' before-sleep 'waylock &'",NULL,
NULL /* terminate */ NULL /* terminate */
}; };