Skip to content

Commit

Permalink
pledge: add rpath promise for the ugly Xft font fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltjo committed Jun 2, 2018
1 parent e78b4a9 commit b69c870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@ main(int argc, char *argv[])
checkotherwm();
setup();
#ifdef __OpenBSD__
if (pledge("stdio proc exec", NULL) == -1)
if (pledge("stdio rpath proc exec", NULL) == -1)
die("pledge");
#endif /* __OpenBSD__ */
scan();
Expand Down

0 comments on commit b69c870

Please sign in to comment.