-
-
Notifications
You must be signed in to change notification settings - Fork 117
FAQ
Uncomment the prefer-no-csd
setting at the top level of the config.
Then niri will ask windows to omit client-side decorations, and also inform them that they are being tiled (which makes some windows rectangular, even if they cannot omit the decorations).
Note that currently this will prevent edge window resize handles from showing up. You can still resize windows by holding Mod and the right mouse button.
Uncomment the prefer-no-csd
setting at the top level of the config.
Niri will draw focus rings and borders around windows that agree to omit their client-side decorations.
By default, focus ring and border are rendered as a solid background rectangle behind windows. That is, they will show up through semitransparent windows. This is because windows using client-side decorations can have an arbitrary shape.
You can also override this behavior with the draw-border-with-background
window rule.
Set "layer": "top"
in your Waybar config.
Niri currently draws pop-up menus on the same layer as their parent surface.
By default, Waybar is on the bottom
layer, which is behind windows, so Waybar pop-up menus also show behind windows.
Put this window rule in your config:
window-rule {
geometry-corner-radius 12
clip-to-geometry true
}
For more information, check this wiki section.
Put this into your config:
hotkey-overlay {
skip-at-startup
}
To run X11 apps, you can use xwayland-satellite. Check the Xwayland wiki page for instructions.
Keep in mind that you can run many Electron apps such as VSCode natively on Wayland by passing the right flags, e.g. code --ozone-platform-hint=auto