sway: add host-specific configs

This commit is contained in:
Konstantin Koslowski 2020-12-18 15:54:56 +01:00
parent 9b4673ace4
commit 766b958c32
2 changed files with 26 additions and 21 deletions

25
config.d/silence Normal file
View file

@ -0,0 +1,25 @@
### silence specific settings
# vim: ft=i3config
### Output configuration
output eDP-1 position 0 0
output DP-1 position 1920 0
output DP-1 disable
### Input configuration
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"
}