foot: Disable dpi-aware
May be this was the reason foot & tmux did not play well together last time on multiple monitors. This is disabled by default, so keep it disabled. We will revisit this if it is actually required.
This commit is contained in:
parent
773a6b6ff4
commit
a5116233c1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ font-bold = monospace:style=Bold:size=13
|
|||
font-italic = monospace:style=SemiBold Italic:size=13
|
||||
font-bold-italic = monospace:style=Bold Italic:size=13
|
||||
box-drawings-uses-font-glyphs = yes
|
||||
dpi-aware = yes
|
||||
dpi-aware = no
|
||||
|
||||
[scrollback]
|
||||
lines = 0
|
||||
|
|
Loading…
Reference in a new issue