dotfiles

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

commit 77ae7433197e935543f139366852d31cfd088679
parent 577c14d6a7c45abee057088e8957318495b62f17
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun,  8 Mar 2020 07:54:44 +0000

Set default swaywm keyboard layout to Japanese

Diffstat:
M.config/sway/config | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -66,6 +66,7 @@ exec swayidle -w \ # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. input * { + xkb_layout jp xkb_options ctrl:nocaps natural_scroll enabled }