mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-05 04:50:24 -04:00
fix: apps for certain layout
This commit is contained in:
parent
ae382edf93
commit
1e3f1f706c
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -27,8 +27,8 @@ static const Rule rules[] = {
|
||||||
{ "EVE", NULL, 1 << 0, 0, -1 }, // Workspace 1 for EVE
|
{ "EVE", NULL, 1 << 0, 0, -1 }, // Workspace 1 for EVE
|
||||||
{ "QQ", NULL, 1 << 5, 0, -1 }, // Workspace 6 for QQ
|
{ "QQ", NULL, 1 << 5, 0, -1 }, // Workspace 6 for QQ
|
||||||
{ "discord", NULL, 1 << 5, 0, -1 }, // Workspace 6 for discord
|
{ "discord", NULL, 1 << 5, 0, -1 }, // Workspace 6 for discord
|
||||||
{ "kitty", NULL, 1 << 3, 0, -1 }, // Workspace 4 for kitty
|
{ "foot", NULL, 1 << 3, 0, -1 }, // Workspace 4 for kitty
|
||||||
{ "firefox", NULL, 1 << 4, 0, -1 }, // Workspace 5 for firefox
|
{ "qutebrowser", NULL, 1 << 4, 0, -1 }, // Workspace 5 for firefox
|
||||||
{ NULL, "图片查看器", 0, 1, -1 }, // Float the picture viewer by title
|
{ NULL, "图片查看器", 0, 1, -1 }, // Float the picture viewer by title
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue