mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 02:04:14 +00:00
add floating rule
This commit is contained in:
parent
e34788a767
commit
8eee19f93c
@ -47,12 +47,12 @@ static const char *kblayout_cmd[] = {"pkill", "-RTMIN+1", "someblocks", NULL};
|
||||
*/
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* app_id title tags mask isfloating monitor */
|
||||
/* app_id title tags mask isfloating monitor */
|
||||
/* examples:
|
||||
{ "Gimp", NULL, 0, 1, -1 },
|
||||
{ "Gimp", NULL, 0, 1, -1 },
|
||||
*/
|
||||
{ "corectrl", NULL, 1 << 5, 0, -1 },
|
||||
{ NULL, "Save File",0, 1, -1 },
|
||||
{ "corectrl", NULL, 1 << 5, 0, -1 },
|
||||
{ NULL, "Save File", 0, 1, -1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user