dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b70c82a5621ff29d43754c4be641eafd36614714
parent cb7e6c38ffea1d77e69be26877f068d8b4e8e2b5
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 12 Jan 2026 18:26:28 +0900

sway: scale cursor for high resolution displays

Diffstat:
M.config/sway/config | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -59,6 +59,11 @@ exec swayidle -w \ timeout 660 '$suspend_system' \ before-sleep '$lock_screen' +############################################################ +# Seat configuration + +# Scale cursor size for high resolution. +seat seat0 xcursor_theme Adwaita 20 ############################################################ # Output configuration @@ -90,7 +95,7 @@ output DP-2 scale 2 # Read `man 5 sway-input` for more information about this section. input * { - # Use US keyboard layout (jp for Japanese layout) use caps as control, + # Use JP keyboard layout (jp for Japanese layout) use caps as control, # right alt as AltGr/Compose for accents. xkb_layout jp xkb_options ctrl:nocaps,compose:ralt