Add config option to disable preview outlines

This commit is contained in:
Flrian 2022-08-24 20:27:08 +02:00 committed by Johan Malm
parent 33bc37e7d0
commit c1490b632d
5 changed files with 12 additions and 1 deletions

View file

@ -55,6 +55,7 @@ struct rcxml {
/* cycle view (alt+tab) */
bool cycle_preview_contents;
bool cycle_preview_outlines;
struct {
int popuptime;