Revert "update niri config to make fcitx5 "go through" properly."

This reverts commit 2b2386bbbe.
This commit is contained in:
2025-12-04 02:22:04 +08:00
parent 2b2386bbbe
commit 19adb5f4cf

View File

@@ -133,9 +133,8 @@ overview {
zoom 0.5
}
debug {
// strict-new-window-focus-policy // useless in 25.11?
deactivate-unfocused-windows
switch-events {
lid-close { spawn "bash" "-c" "swaylock" "&&" "systemctl" "suspend"; }
}
gestures {
@@ -155,42 +154,42 @@ animations {
// Slow down all animations by this factor. Values below 1 speed them up instead.
// slowdown 3.0
window-open {
spring damping-ratio=0.80 stiffness=400 epsilon=0.0001
}
window-open {
spring damping-ratio=0.80 stiffness=400 epsilon=0.0001
}
window-close {
duration-ms 350
curve "ease-out-expo"
}
window-close {
duration-ms 350
curve "ease-out-expo"
}
window-resize {
spring damping-ratio=1.0 stiffness=300 epsilon=0.0001
}
window-resize {
spring damping-ratio=1.0 stiffness=300 epsilon=0.0001
}
window-movement {
spring damping-ratio=1.0 stiffness=300 epsilon=0.0001
}
window-movement {
spring damping-ratio=1.0 stiffness=300 epsilon=0.0001
}
overview-open-close {
duration-ms 300
curve "ease-out-quad"
}
overview-open-close {
duration-ms 300
curve "ease-out-quad"
}
horizontal-view-movement {
duration-ms 500
curve "ease-out-expo"
}
horizontal-view-movement {
duration-ms 500
curve "ease-out-expo"
}
workspace-switch {
duration-ms 500
curve "ease-out-expo"
}
workspace-switch {
duration-ms 500
curve "ease-out-expo"
}
screenshot-ui-open {
duration-ms 400
curve "ease-out-cubic"
}
screenshot-ui-open {
duration-ms 400
curve "ease-out-cubic"
}
}
window-rule {