Print useful message when clear-shadow is used
Points the user to the full-shadow per window type option. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
0dcb0e0dc6
commit
46d162cec9
|
@ -4038,7 +4038,9 @@ get_cfg(session_t *ps, int argc, char *const *argv, bool first_pass) {
|
||||||
ps->o.frame_opacity = atof(optarg);
|
ps->o.frame_opacity = atof(optarg);
|
||||||
break;
|
break;
|
||||||
case 'z':
|
case 'z':
|
||||||
printf_errf("(): clear-shadow is removed, shadows are automatically cleared now.");
|
printf_errf("(): clear-shadow is removed, shadows are automatically cleared now.\n"
|
||||||
|
"If you want to prevent shadow from been cleared under certain types of windows,\n"
|
||||||
|
"you can use the \"full-shadow\" per window type option.");
|
||||||
break;
|
break;
|
||||||
case 'n':
|
case 'n':
|
||||||
case 'a':
|
case 'a':
|
||||||
|
|
Loading…
Reference in New Issue