home/programs/niri: fix settings not under correct attribute

This commit is contained in:
Anthony Rodriguez 2024-10-08 15:50:08 +02:00
parent a1b577d4ce
commit 368135be31
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -26,7 +26,6 @@ in {
center-focused-column = "always";
always-center-single-column = true;
};
};
window-rules = [
{
@ -55,6 +54,7 @@ in {
"_JAVA_AWT_WM_NONREPARENTING" = "1"; # https://wiki.archlinux.org/title/Sway#Java_applications
};
};
};
# copied from https://github.com/linyinfeng/dotfiles/blob/c00fe3b1562ad947672863a43e455bc2f01a56b6/home-manager/profiles/niri/default.nix#L594-L611
systemd.user.services.xwayland-satellite = {