From 96ca17c02cfac807419d153c6c87fc84af142a17 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 16 May 2013 08:58:19 +0100 Subject: DWM: make ediff windows float --- dwm/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dwm') diff --git a/dwm/config.h b/dwm/config.h index e992070..ae1d8bb 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -20,9 +20,10 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Firefox", NULL, NULL, 1 << 2, False, -1 }, { "URxvt", NULL, NULL, 1 << 0, False, -1 }, - { "Emacs", NULL, NULL, 1 << 1, False, -1 }, + { "Emacs", "emacs", NULL, 1 << 1, False, -1 }, { "KeePass2", NULL, NULL, 1 << 3, False, -1 }, { "deadbeef", NULL, NULL, 1 << 3, False, -1 }, + { "Emacs", "Ediff", NULL, 0, True, -1 }, }; /* layout(s) */ -- cgit 1.4.1