Added 3l keyboard layout toggle in Sway

This commit is contained in:
Logan G 2024-10-07 18:41:47 -06:00
parent 03ed77a405
commit f82c6322cd
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -197,6 +197,11 @@ output "*" bg $background fill
input * repeat_delay 250 input * repeat_delay 250
input * repeat_rate 50 input * repeat_rate 50
input type:keyboard {
xkb_layout us,us(3l)
xkb_options grp:ralt_rshift_toggle
}
# Move workspace over to neighboring monitors # Move workspace over to neighboring monitors
bindsym $mod+Ctrl+Left move workspace to output left bindsym $mod+Ctrl+Left move workspace to output left
bindsym $mod+Ctrl+Right move workspace to output right bindsym $mod+Ctrl+Right move workspace to output right