commit d1418c54e4a024c294773a25f790083ec3b48d0c
parent 01f9ef21808af93419bfaaba4186b70a5e1ee59c
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 12 Jan 2026 16:27:20 +0900
Fix font sizing on Apple Studio Display
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml
@@ -4,7 +4,7 @@ TERM = "xterm-256color"
[font]
normal = { family = "monospace", style = "Regular" }
-size = 12.0
+size = 10.0
[[hints.enabled]]
command = "xdg-open"
diff --git a/.config/sway/config b/.config/sway/config
@@ -18,7 +18,7 @@ exec fcitx5 -d -r
exec mako
# Set the window title font.
-font pango:IPAGothic 14, DejaVu Sans Mono 12
+font pango:IPAGothic 10, DejaVu Sans Mono 9
############################################################
@@ -71,6 +71,7 @@ exec swayidle -w \
# Default wallpaper (more resolutions in /usr/share/backgrounds/sway/).
output * bg ~/Pictures/Desktops/current.png fill
+output DP-2 scale 2
############################################################
@@ -283,7 +284,7 @@ bindsym $mod+r mode "resize"
bar {
position top
pango_markup disabled
- font pango:IPAGothic 16, DejaVu Sans Mono 14
+ font pango:IPAGothic 10, DejaVu Sans Mono 9
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.