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