From f82c6322cdef2a593d636199b314948f610ae746 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Mon, 7 Oct 2024 18:41:47 -0600 Subject: [PATCH] Added 3l keyboard layout toggle in Sway --- .config/sway/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index d86a2ef..a2aeabb 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -197,6 +197,11 @@ output "*" bg $background fill input * repeat_delay 250 input * repeat_rate 50 +input type:keyboard { + xkb_layout us,us(3l) + xkb_options grp:ralt_rshift_toggle +} + # Move workspace over to neighboring monitors bindsym $mod+Ctrl+Left move workspace to output left bindsym $mod+Ctrl+Right move workspace to output right