diff options
author | sefidel <contact@sefidel.net> | 2023-01-28 20:01:46 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-01-28 20:02:13 +0900 |
commit | 78a20c9644e21104e5eb899732e2670c8f49700e (patch) | |
tree | 0ffd0561b107dce99bc215bc1a980e391450abd7 /home/profiles/base/config/sway.nix | |
parent | f1e4a51d9ab04ea8ba129a53b45324aded94bc20 (diff) | |
download | nixrc-78a20c9644e21104e5eb899732e2670c8f49700e.tar.gz nixrc-78a20c9644e21104e5eb899732e2670c8f49700e.zip |
feat(home/base): remove de keyboard layout
Diffstat (limited to 'home/profiles/base/config/sway.nix')
-rw-r--r-- | home/profiles/base/config/sway.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index 61e73d8..6daa3fd 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -199,7 +199,7 @@ with neotheme.colors; input type:keyboard { repeat_rate 40 repeat_delay 350 - xkb_layout us,de + xkb_layout us # xkb_variant ,dvorak xkb_options 'grp:alt_shift_toggle,caps:escape' # xkb_options ctrl:swapcaps |