Add default files for nwg-shell-config

This commit is contained in:
natemaia 2022-05-28 15:29:55 -07:00
parent 80dff76c9e
commit 1ee3e5c629
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
input "type:keyboard" {
xkb_layout $lang
repeat_delay 300
repeat_rate 40
}

View File

@ -0,0 +1,3 @@
input "type:mouse" {
accel_profile flat
}

View File

@ -0,0 +1,8 @@
input "type:touchpad" {
tap enabled
dwt enabled
drag enabled
scroll_factor 0.7
pointer_accel 0.2
accel_profile adaptive
}

View File