From 13773e1fa5014b3c0ac234c5751e339bec6f0f02 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 24 Feb 2022 17:40:43 +0900 Subject: feat(home/base): xkb_layout: us,se -> us,de --- home/profiles/base/config/sway.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') 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 -- cgit 1.4.1