diff options
| author | ryukamish <[email protected]> | 2026-07-02 23:25:42 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-02 23:25:42 +0530 |
| commit | b10c97dcf91cdd42e44c9e7acf38defcd681aa5c (patch) | |
| tree | 2a5b52bb391cc69946043b307d8c2f1486b34c04 /.config/fuzzel/fuzzel.ini | |
| parent | 13fd5bc2626938642fe49c5da650df60369e09eb (diff) | |
add: don't scale the font with the screen
Diffstat (limited to '.config/fuzzel/fuzzel.ini')
| -rw-r--r-- | .config/fuzzel/fuzzel.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
