summaryrefslogtreecommitdiff
path: root/x11/qterminal/files/patch-src_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qterminal/files/patch-src_config.h')
-rw-r--r--x11/qterminal/files/patch-src_config.h24
1 files changed, 10 insertions, 14 deletions
diff --git a/x11/qterminal/files/patch-src_config.h b/x11/qterminal/files/patch-src_config.h
index 6cfc132a1bb6..0c08c2085399 100644
--- a/x11/qterminal/files/patch-src_config.h
+++ b/x11/qterminal/files/patch-src_config.h
@@ -1,15 +1,11 @@
---- src/config.h.orig 2014-10-22 08:13:14 UTC
+--- src/config.h.orig 2020-05-02 17:22:39 UTC
+++ src/config.h
-@@ -60,9 +60,9 @@
-
- /* Some defaults for QTerminal application */
-
--#define DEFAULT_WIDTH 800
--#define DEFAULT_HEIGHT 600
--#define DEFAULT_FONT "Monospace"
-+#define DEFAULT_WIDTH 820
-+#define DEFAULT_HEIGHT 597
-+#define DEFAULT_FONT "Liberation Mono"
-
- // ACTIONS
- #define CLEAR_TERMINAL_SHORTCUT "Ctrl+Shift+X"
+@@ -74,6 +74,8 @@
+ #ifdef Q_OS_MACOS
+ // Qt does not support fontconfig on macOS, so we need to use a "real" font name.
+ #define DEFAULT_FONT "Menlo"
++#elif defined(Q_OS_FREEBSD)
++#define DEFAULT_FONT "Liberation Mono"
+ #else
+ #define DEFAULT_FONT "Monospace"
+ #endif