diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-28 13:43:07 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-28 13:43:07 +0100 |
commit | 2f7802f1c7cd6b8207a9b373336591b9a899b28d (patch) | |
tree | 2116d4fcb844c91853f1372197d4479a0807b485 /.config/fuzzel | |
parent | 5123a3eda25957e1efe4e0b280e3c25e414a2b87 (diff) |
fuzzel: Don’t make the UI tiny on large monitors
Diffstat (limited to '.config/fuzzel')
-rw-r--r-- | .config/fuzzel/fuzzel.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index bc85a1e..64714fd 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -1,5 +1,5 @@ [main] -font=SF Compact Text:size=8 +font=SF Compact Text:size=20 fuzzy=no password-character=• prompt="" @@ -7,8 +7,9 @@ terminal=foot lines=20 width=40 layer=overlay -line-height=14 +line-height=32 inner-pad=8 +dpi-aware=no [colors] background=2B303BE6 |