diff options
| -rw-r--r-- | config.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ static const Rule rules[] = {  	/* class      instance    title       tags mask     isfloating   monitor */  	{ "Gimp",     NULL,       NULL,       0,            1,           -1 },  	{ "Firefox",  NULL,       NULL,       1 << 8,       0,           -1 }, +	{ "Alacritty-float",       NULL,       NULL,       0,       1,           -1 },  };  /* layout(s) */  |