projects
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f20068
)
adds rule for gimp
author
Daniel <thefekete@gmail.com>
Mon, 14 Dec 2020 21:02:30 +0000
(22:02 +0100)
committer
Daniel <thefekete@gmail.com>
Mon, 14 Dec 2020 21:02:30 +0000
(22:02 +0100)
config.h
patch
|
blob
|
history
diff --git
a/config.h
b/config.h
index
9ccfac3
..
fef87fe
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-34,7
+34,6
@@
static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
- { "Gimp", NULL, NULL, 0, 1, -1 },
{ NULL, NULL, "webcam", 0x1FF, 1, -1 },
};