From 893f458a089052682ad1841202f8f587e4cc984e Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 2 Oct 2024 12:34:34 -0600 Subject: [PATCH] Toggle to QWERTY with Win+Space --- sway/devices | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sway/devices b/sway/devices index e5bccf825..1c6bd7a04 100644 --- a/sway/devices +++ b/sway/devices @@ -6,8 +6,9 @@ input 1386:21128:Wacom_HID_5288_Finger map_to_output eDP-1 # I use a Dvorak keyboard, like a weirdo -input * xkb_layout "us" -input * xkb_variant "dvorak" +input * xkb_layout "us,us" +input * xkb_variant "dvorak," +input * xkb_options "grp:win_space_toggle, caps:swapescape, compose:ralt" # Key repeat values input * repeat_delay 300