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:
Yuxuan Shui 2018-11-09 21:03:53 +00:00
parent 0dcb0e0dc6
commit 46d162cec9
1 changed files with 3 additions and 1 deletions

View File

@ -4038,7 +4038,9 @@ get_cfg(session_t *ps, int argc, char *const *argv, bool first_pass) {
ps->o.frame_opacity = atof(optarg);
break;
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;
case 'n':
case 'a':