some shit

This commit is contained in:
2025-12-18 23:59:49 +00:00
parent 81684c7650
commit c048ce696a
4 changed files with 32 additions and 22 deletions

View File

@@ -29,8 +29,8 @@ input {
// dwtp
natural-scroll
scroll-factor 0.5
accel-speed 0.05
accel-profile "adaptive"
accel-speed 0.4
accel-profile "flat"
// scroll-method "two-finger"
// disabled-on-external-mouse
}

View File

@@ -16,7 +16,10 @@
shell-integration-features = "no-cursor";
window-theme = "ghostty";
window-decoration = if hostname == "pingbox" then "none" else "auto";
window-decoration =
if hostname == "pingbox"
then "none"
else "auto";
working-directory = "home";
unfocused-split-opacity = 1;