Add touchpad input config, XDG portal config, and fix screen sharing

This commit is contained in:
funman300
2026-04-22 16:28:38 -07:00
parent 896a1cc9b8
commit 31df897982
3 changed files with 27 additions and 1 deletions
+21
View File
@@ -12,6 +12,27 @@ layout {
}
}
input {
keyboard {
xkb {
layout "us"
}
}
touchpad {
tap
natural-scroll
accel-speed 0.2
accel-profile "adaptive"
scroll-method "two-finger"
disabled-on-external-mouse
}
mouse {
accel-profile "flat"
}
}
spawn-at-startup "waybar"
spawn-at-startup "mako"
spawn-at-startup "swww-daemon"