mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-06 05:20:24 -04:00
fix: patch typo
This commit is contained in:
parent
6b2a578932
commit
9989fac343
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -24,7 +24,7 @@ static int log_level = WLR_ERROR;
|
|||
|
||||
/* NOTE: ALWAYS keep a rule declared even if you don't use rules (e.g leave at least one example) */
|
||||
static const Rule rules[] = {
|
||||
+ /* app_id title tags mask isfloating isterm noswallow monitor */
|
||||
/* app_id title tags mask isfloating isterm noswallow monitor */
|
||||
{ "EVE", NULL, 1 << 0, 0, 0, 0, -1 }, // Workspace 1 for EVE
|
||||
{ "QQ", NULL, 1 << 5, 0, 0, 0, -1 }, // Workspace 6 for QQ
|
||||
{ "discord", NULL, 1 << 5, 0, 0, 0, -1 }, // Workspace 6 for discord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue