diff options
Diffstat (limited to 'home')
-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 |