mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
363 B
Diff
12 lines
363 B
Diff
--- config.h.orig 2019-07-10 15:52:51.000000000 +0300
|
|
+++ config.h 2019-07-10 15:52:56.000000000 +0300
|
|
@@ -19,7 +19,7 @@
|
|
#define SHOW_PDF_PREVIEWS 0
|
|
|
|
// Program used to open non-text file (Eg: `xdg-open` or `thunar`)
|
|
-#define FILE_OPENER "xdg-open"
|
|
+#define FILE_OPENER "open"
|
|
|
|
// Display Image Script
|
|
#define DISPLAYIMG "/usr/local/bin/displayimg_uberzug"
|