Add flatpak and fix hypr* issues

This commit is contained in:
Zeph Levy 2026-01-07 17:26:56 +01:00
parent 706b35f0f5
commit 5fbaaa8b28
3 changed files with 21 additions and 9 deletions

View file

@ -178,9 +178,12 @@
];
windowrule = [
"suppressevent maximize, class:.*"
"nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
];
# windowrule = [
# "suppressevent maximize, class:.*"
# "nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
# ];
xwayland = {
force_zero_scaling = true;
};
};
}

View file

@ -1,12 +1,12 @@
{ config, pkgs, ... }: {
services.hyprpaper.enable = true;
services.hyprpaper.settings = {
preload = [
"/home/zeph/nix/home-manager/modules/hypr/hyprpaper/wallpaper.png"
];
wallpaper = [
", /home/zeph/nix/home-manager/modules/hypr/hyprpaper/wallpaper.png"
{
monitor = "";
path = "/home/zeph/nix/home-manager/modules/hypr/hyprpaper/wallpaper.png";
}
];
splash = false;
};
}