added drawing tab and rust formatter for nvim

This commit is contained in:
2026-03-30 11:21:37 +01:00
parent de0f50f6ba
commit 427e843daa
2 changed files with 14 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ input {
sensitivity = -0.3
force_no_accel = false
tablet {
left_handed = true
output = current
}
}
cursor {
@@ -23,3 +27,12 @@ device {
sensitivity = -0.65
accel_profile = adaptive
}
device {
name = wacom-bamboo-16fg-4x5-finger
flip_x = true
flip_y = true
natural_scroll = false
sensitivity = 0.3
accel_profile = adaptive
}