12 lines
465 B
Text
12 lines
465 B
Text
Index: src/bindings.c
|
|
--- src/bindings.c.orig
|
|
+++ src/bindings.c
|
|
@@ -855,7 +855,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",
|