all repos — nixfiles @ 96ca17c02cfac807419d153c6c87fc84af142a17

System and user configuration, managed by nix and home-manager

DWM: make ediff windows float

Alan Pearce
commit

96ca17c02cfac807419d153c6c87fc84af142a17

parent

6c1c601792b1bea7fe0a62a0f22a783991e0d8c1

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M dwm/config.hdwm/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) */