home/programs/niri: fix settings not under correct attribute
This commit is contained in:
parent
a1b577d4ce
commit
368135be31
1 changed files with 25 additions and 25 deletions
|
@ -26,7 +26,6 @@ in {
|
||||||
center-focused-column = "always";
|
center-focused-column = "always";
|
||||||
always-center-single-column = true;
|
always-center-single-column = true;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
window-rules = [
|
window-rules = [
|
||||||
{
|
{
|
||||||
|
@ -55,6 +54,7 @@ in {
|
||||||
"_JAVA_AWT_WM_NONREPARENTING" = "1"; # https://wiki.archlinux.org/title/Sway#Java_applications
|
"_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
|
# copied from https://github.com/linyinfeng/dotfiles/blob/c00fe3b1562ad947672863a43e455bc2f01a56b6/home-manager/profiles/niri/default.nix#L594-L611
|
||||||
systemd.user.services.xwayland-satellite = {
|
systemd.user.services.xwayland-satellite = {
|
||||||
|
|
Loading…
Reference in a new issue