소스 검색

this is only a temporary workaround, the command executed by -p must be configurable through some switch, that was the initial idea, just using sselp is too limited, I'll look into the other issues soon

master
Anselm R Garbe 14 년 전
부모
커밋
7082ba1e10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c 파일 보기

@@ -466,7 +466,7 @@ kpress(XKeyEvent * e) {
FILE *fp;
char *c;
if(!(fp = (FILE*)popen("sselp", "r")))
fprintf(stderr, "dmenu: Could not popen sselp\n");
eprint("dmenu: Could not popen sselp\n");
c = fgets(text + len, sizeof(text) - len, fp);
pclose(fp);
if(c == NULL)


불러오는 중...
취소
저장