This commit is contained in:
Jack Mechem 2026-03-03 12:28:55 -08:00
parent 192c88287b
commit 454b08fd4d

View file

@ -56,7 +56,7 @@
input = {
kb_layout = "us";
follow_mouse = 1;
mouse_refocus = false;
mouse_refocus = true;
touchpad = {
natural_scroll = "no";
};
@ -75,6 +75,12 @@
allow_tearing = false;
};
# --- Fix Zoom ---
windowrule = [
"match:class ^(zoom)$, no_follow_mouse 1"
"match:class ^(zoom)$, suppress_event maximize"
];
# --- Decoration ---
decoration = {
rounding = 12;