mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-01-14 21:07:28 -08:00
add floating rule
This commit is contained in:
parent
e34788a767
commit
8eee19f93c
1 changed files with 4 additions and 4 deletions
|
@ -52,7 +52,7 @@ static const Rule rules[] = {
|
||||||
{ "Gimp", NULL, 0, 1, -1 },
|
{ "Gimp", NULL, 0, 1, -1 },
|
||||||
*/
|
*/
|
||||||
{ "corectrl", NULL, 1 << 5, 0, -1 },
|
{ "corectrl", NULL, 1 << 5, 0, -1 },
|
||||||
{ NULL, "Save File",0, 1, -1 },
|
{ NULL, "Save File", 0, 1, -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|
Loading…
Reference in a new issue