projects
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a900598
)
adds rule for floating webcam window
author
Daniel <thefekete@gmail.com>
Mon, 22 Jun 2020 19:25:51 +0000
(21:25 +0200)
committer
Daniel <thefekete@gmail.com>
Mon, 22 Jun 2020 19:25:51 +0000
(21:25 +0200)
config.h
patch
|
blob
|
history
diff --git
a/config.h
b/config.h
index
d2c5a1b
..
22a6bbe
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-36,6
+36,7
@@
static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ { NULL, NULL, "webcam", 0x1FF, 1, -1 },
};
/* layout(s) */