mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
62567fc57f
havoc is a minimal terminal emulator supporting wayland only.
20 lines
445 B
INI
20 lines
445 B
INI
--- havoc.cfg.orig 2020-09-15 12:50:19 UTC
|
|
+++ havoc.cfg
|
|
@@ -1,6 +1,6 @@
|
|
[child]
|
|
# program to run in child process
|
|
-program=bash
|
|
+program=sh
|
|
|
|
[window]
|
|
# opacity of background from 0 (fully transparent) to 255 (fully opaque)
|
|
@@ -22,7 +22,7 @@ scrollback=1000
|
|
size=18
|
|
|
|
# absolute path to a truetype font
|
|
-path=/usr/share/fonts/TTF/DejaVuSansMono.ttf
|
|
+path=/usr/local/share/fonts/dejavu/DejaVuSansMono.ttf
|
|
|
|
[bind]
|
|
# bind keys to actions
|