commit 86f0b5119eaa39943013d009967432ffd9d18365 from: Hiltjo Posthuma date: Wed Oct 30 12:03:25 2024 UTC remove extra newline commit - dd3d348ae86065edf2d1e2a1bc920685dc4982fc commit + 86f0b5119eaa39943013d009967432ffd9d18365 blob - 40f93e02394d94c79361761f46045cb676948db5 blob + 804da6417935b03c29b062a8d75eeb958660d505 --- dmenu.c +++ dmenu.c @@ -689,7 +689,6 @@ setup(void) CWOverrideRedirect | CWBackPixel | CWEventMask, &swa); XSetClassHint(dpy, win, &ch); - /* input methods */ if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) die("XOpenIM failed: could not open input device");