dotfiles

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

commit 1dcf169723d50d67f4f4492d739c0b8524f4fa88
parent 0b46ee8b13c82c8e779265a4077c9a9aacc64fd7
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 26 Jul 2021 09:43:26 -0700

i3: use US keyboard layout rather than JP

This sticks to a consistent keyboard layout between work and home.

Diffstat:
M.config/i3/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/i3/config b/.config/i3/config @@ -16,7 +16,7 @@ exec --no-startup-id xrdb ~/.config/Xresources # Use Japanese keyboard layout with caps-lock as control. -exec --no-startup-id setxkbmap -layout jp -option ctrl:nocaps +exec --no-startup-id setxkbmap -layout us -option ctrl:nocaps # Use 'natural' mouse-wheel scrolling. exec --no-startup-id xmodmap -e "pointer = 1 2 3 5 4 6 7 8 9 10 11 12"