Fix Zoom
This commit is contained in:
parent
192c88287b
commit
454b08fd4d
1 changed files with 7 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
mouse_refocus = false;
|
mouse_refocus = true;
|
||||||
touchpad = {
|
touchpad = {
|
||||||
natural_scroll = "no";
|
natural_scroll = "no";
|
||||||
};
|
};
|
||||||
|
|
@ -75,6 +75,12 @@
|
||||||
allow_tearing = false;
|
allow_tearing = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# --- Fix Zoom ---
|
||||||
|
windowrule = [
|
||||||
|
"match:class ^(zoom)$, no_follow_mouse 1"
|
||||||
|
"match:class ^(zoom)$, suppress_event maximize"
|
||||||
|
];
|
||||||
|
|
||||||
# --- Decoration ---
|
# --- Decoration ---
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 12;
|
rounding = 12;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue