dotfiles

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

commit 418ea6ce70c8a4f3e1c52b2682801e9a4cdb0900
parent 2d4450846a8349149e717cc033645f15560894fe
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 24 Jul 2021 19:23:03 -0700

Sway: use US keyboard layout with caps as control

It's getting too tricky to switch between home and work machines. At
some point I can switch back to 'jp' if all my machines have Japanese
keyboards again.

Diffstat:
M.config/sway/config | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -86,8 +86,8 @@ output * bg /usr/local/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png # Read `man 5 sway-input` for more information about this section. input * { - # Use Japanese keyboard layout with caps-lock as control. - xkb_layout jp + # Use US keyboard layout (jp for Japanese layout) use caps as control. + xkb_layout us xkb_options ctrl:nocaps # Use natural mouse-wheel scrolling.