diff options
author | sefidel <contact@sefidel.net> | 2022-02-24 17:40:43 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-24 17:40:43 +0900 |
commit | 13773e1fa5014b3c0ac234c5751e339bec6f0f02 (patch) | |
tree | 05753700c63470617986837db33add1e18a787a3 /home/profiles/base/config/sway.nix | |
parent | 64eb694c318fd37a08886dedd7af6c8f619c02fe (diff) | |
download | nixrc-13773e1fa5014b3c0ac234c5751e339bec6f0f02.tar.gz nixrc-13773e1fa5014b3c0ac234c5751e339bec6f0f02.zip |
feat(home/base): xkb_layout: us,se -> us,de
Diffstat (limited to 'home/profiles/base/config/sway.nix')
-rw-r--r-- | home/profiles/base/config/sway.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index f6a3d9b..bc1862a 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -190,7 +190,7 @@ with neotheme.colors; output "*" bg #545454 solid_color output "*" scale 1 output "*" scale_filter nearest - + input type:touchpad { tap enabled natural_scroll enabled @@ -199,7 +199,7 @@ with neotheme.colors; input type:keyboard { repeat_rate 40 repeat_delay 350 - xkb_layout us,se + xkb_layout us,de # xkb_variant ,dvorak xkb_options 'grp:alt_shift_toggle,caps:escape' # xkb_options ctrl:swapcaps |