We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2c9ca commit bfff3e0Copy full SHA for bfff3e0
1 file changed
config.def.h
@@ -47,7 +47,6 @@ static const char *const autostart[] = {
47
"numlockx", NULL,
48
"picom", NULL,
49
"sxhkd", NULL,
50
- "xautolock", "-time", "15", "-locker", "'doas ZZZ'", NULL,
51
"xss-lock", "slock", NULL,
52
NULL /* terminate */
53
};
@@ -72,6 +71,7 @@ static const Rule rules[] = {
72
71
{ "Telegram", NULL, NULL, 1 << 4, 0, 0, 0, -1 },
73
{ "zoom", NULL, NULL, 1 << 4, 1, 0, 0, -1 },
74
{ "Steam", NULL, NULL, 1 << 5, 1, 0, 0, -1 },
+ { "Lutris", NULL, NULL, 1 << 5, 1, 0, 0, -1 },
75
{ "Virt-manager", NULL, NULL, 1 << 6, 0, 0, 0, -1 },
76
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
77
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
0 commit comments