sway: add inputs
This commit is contained in:
parent
9d7c1567a7
commit
ec29615e6a
1 changed files with 18 additions and 0 deletions
18
config
18
config
|
@ -50,6 +50,24 @@ output DP-1 disable
|
|||
input type:keyboard {
|
||||
xkb_layout "eu"
|
||||
}
|
||||
|
||||
input "1739:30383:CUST0001:00_06CB:76AF_Touchpad" {
|
||||
click_method clickfinger
|
||||
dwt enabled # disable while typing
|
||||
# drag enabled
|
||||
# drag_lock enabled
|
||||
scroll_method two_finger
|
||||
tap enabled
|
||||
tap_button_map lrm
|
||||
natural_scroll enabled
|
||||
middle_emulation enabled
|
||||
}
|
||||
|
||||
input "1:1:AT_Translated_Set_2_keyboard" {
|
||||
xkb_layout "eu"
|
||||
xkb_options "xk5:vim,xk5:fn"
|
||||
}
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
# Basics:
|
||||
|
|
Loading…
Reference in a new issue