03393c7d09
OK tb@, jasper@
13 lines
563 B
Plaintext
13 lines
563 B
Plaintext
$OpenBSD: patch-src_bindings_c,v 1.6 2016/11/13 20:46:23 dcoppa Exp $
|
|
--- src/bindings.c.orig Tue Nov 8 19:54:01 2016
|
|
+++ src/bindings.c Thu Nov 10 18:04:35 2016
|
|
@@ -797,7 +797,7 @@ CommandResult *run_binding(Binding *bind, Con *con) {
|
|
|
|
if (result->parse_error) {
|
|
char *pageraction;
|
|
- sasprintf(&pageraction, "i3-sensible-pager \"%s\"\n", errorfilename);
|
|
+ sasprintf(&pageraction, "/usr/bin/less \"%s\"\n", errorfilename);
|
|
char *argv[] = {
|
|
NULL, /* will be replaced by the executable path */
|
|
"-f",
|