forked from logan/dotfiles
Added 3l keyboard layout toggle in Sway
This commit is contained in:
parent
03ed77a405
commit
f82c6322cd
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue