*change to using waylock in config
parent
10368f6e57
commit
72c0f06a26
|
@ -100,7 +100,7 @@ static const char *const autostart[] = {
|
|||
"dwl-bar.sh","-l", NULL,
|
||||
"sh", "-c", "swaybg --image $HOME/.config/wall", 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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue