I3 to Sway #1
1 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,16 @@ input "type:keyboard" {
|
||||||
xkb_variant intl
|
xkb_variant intl
|
||||||
xkb_options "compose:rwin"
|
xkb_options "compose:rwin"
|
||||||
}
|
}
|
||||||
|
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||||
|
xkb_layout us
|
||||||
|
xkb_variant intl
|
||||||
|
xkb_options "compose:rctrl"
|
||||||
|
}
|
||||||
|
|
||||||
|
# Touchpad definition
|
||||||
|
input type:touchpad {
|
||||||
|
ap enabled
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
|
|
Loading…
Reference in a new issue