From 96d234e55005b37953f60ab18f74cb055891309a Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 23 Jun 2025 15:23:43 -0400 Subject: modules/sway: support `xkb_variant` switching --- modules/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/sway/default.nix b/modules/sway/default.nix index 4028aab..a3936b4 100644 --- a/modules/sway/default.nix +++ b/modules/sway/default.nix @@ -65,8 +65,8 @@ in input = { "type:keyboard" = { - xkb_layout = "us"; - xkb_variant = "colemak_dh"; + xkb_layout = "us,us"; + xkb_variant = "colemak_dh,"; }; "type:touchpad" = { dwt = "enabled"; # turn off if u are a gamer -- cgit v1.2.3