diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-01-13 21:09:00 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-01-13 21:09:00 +0100 |
commit | df146857ab007c2c30bcdea64c946017b098dad1 (patch) | |
tree | 2fec9e039817a9e251adf8e39e08219b508d517b /dotfiles/sway_config | |
parent | Home: Change pinentry flavor to gnome3 (diff) | |
download | nixos-config-df146857ab007c2c30bcdea64c946017b098dad1.tar.gz nixos-config-df146857ab007c2c30bcdea64c946017b098dad1.tar.bz2 nixos-config-df146857ab007c2c30bcdea64c946017b098dad1.zip |
Change default layout to US
Diffstat (limited to 'dotfiles/sway_config')
-rw-r--r-- | dotfiles/sway_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/sway_config b/dotfiles/sway_config index e3e1aba..e049ba7 100644 --- a/dotfiles/sway_config +++ b/dotfiles/sway_config @@ -80,7 +80,7 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec -- # Read `man 5 sway-input` for more information about this section. input type:keyboard { - xkb_layout gb + xkb_layout us } exec "xrdb ~/.Xresources" |