Skip to content

Commit ce18c01

Browse files
committed
Update config
1 parent 0ac7bab commit ce18c01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config.def.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static const char *const autostart[] = {
4747
"numlockx", NULL,
4848
"picom", NULL,
4949
"sxhkd", NULL,
50+
"xautolock", "-time", "15", "-locker", "'doas ZZZ'", NULL,
5051
"xss-lock", "slock", NULL,
5152
NULL /* terminate */
5253
};
@@ -74,6 +75,7 @@ static const Rule rules[] = {
7475
{ "Virt-manager", NULL, NULL, 1 << 6, 0, 0, 0, -1 },
7576
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
7677
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
78+
{ "zenity", "zenity", NULL, 0, 0, 0, 1, -1 },
7779
};
7880

7981
/* layout(s) */

0 commit comments

Comments
 (0)