diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 5c74491..ec47619 100644 --- a/config.def.h +++ b/config.def.h @@ -43,7 +43,9 @@ static const Rule rules[] = { { "mpv", NULL, 0, 1, 1, 1, -1 }, { "librewolf", NULL, 1, 0, default_opacity_focus, default_opacity_unfocus, -1 }, { "thunderbird",NULL, 1 << 1, 0, default_opacity_focus, default_opacity_unfocus, 0 }, - { "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 }, +// { "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 }, +// { "Minecraft", NULL, 0, 0, 1, 1, -1 }, + { "R_x11", NULL, 0, 0, 1, 1, -1 }, /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ }; |
