diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 15:52:06 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 15:52:06 +0530 | 
| commit | a8b1b3127dd43eecfc15ace38d87844a07f8c049 (patch) | |
| tree | 1dab22760e92d5d0a613eadabf56fa140df540b4 | |
| parent | 46a12383e75b4f020d65fa2b53f0b1be096b88f6 (diff) | |
update
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 6112cc8..18c8411 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,7 @@ static const char *const autostart[] = {  static const Rule rules[] = {  	/* app_id     title       tags mask     isfloating   monitor */ -	{ "float",  "float",    NULL,            1,           -1 }, +	{ "float",  NULL,       NULL,            1,           -1 },  	{ NULL,     NULL,       NULL,            0,           -1 },  };  | 
