From b10c97dcf91cdd42e44c9e7acf38defcd681aa5c Mon Sep 17 00:00:00 2001 From: ryukamish Date: Thu, 2 Jul 2026 23:25:42 +0530 Subject: add: don't scale the font with the screen --- .config/fuzzel/fuzzel.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/fuzzel') diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index ac15c17..bd94709 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -5,6 +5,8 @@ lines = 15 match-mode = fzf sort-result = yes show-actions = yes +# don't scale with the display scaling +dpi-aware = no [colors] background = 0a0a0aff -- cgit v1.3