summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-11-03 21:45:24 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-11-03 21:45:24 -0500
commit10dfc340a0faac5c4198e5ca4b0ba08c534ef635 (patch)
treeaf0b2421e45e40f6e527854e0daef00c7f32ccc7 /config.def.h
parent94b241e4e84ca01eb77c7c7c29c9300f5c337694 (diff)
Resize with closest corner to cursor
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a01350e..6535537 100644
--- a/config.def.h
+++ b/config.def.h
@@ -46,6 +46,8 @@ static const Rule rules[] = {
{ "youtube", NULL, NULL, 0, 1, 1, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 1, 0, 1, -1 }, /* xev */
{ "R_x11", NULL, NULL, 0, 0, 1, 0, 1, -1 }, /* R popup */
+ { "Matplotlib",NULL, NULL, 0, 1, 1, 0, 1, -1 }, /* Python popups */
+ { "Dropbox-cli",NULL, NULL, 0, 0, 1, 0, 1, -1 },
{ NULL, NULL, "Kite", 0, 0, 0, 0, 1, -1 },
{ "Arandr", NULL, NULL, 0, 1, 1, 0, 0, -1 },
};