mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Applied the swallow patch
This commit is contained in:
parent
01dff7b679
commit
3c67d89f56
3 changed files with 297 additions and 6 deletions
|
|
@ -11,11 +11,11 @@ static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
|
|||
static const int tagcount = 9;
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* app_id title tags mask isfloating monitor */
|
||||
/* app_id title tags mask isfloating isterm noswallow monitor */
|
||||
/* examples:
|
||||
{ "Gimp", NULL, 0, 1, -1 },
|
||||
{ "Gimp", NULL, 0, 1, 0, 1, -1 },
|
||||
*/
|
||||
{ "firefox", NULL, 1 << 8, 0, -1 },
|
||||
{ "firefox", NULL, 1 << 8, 0, 0, 1, -1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue