Add flatpak and fix hypr* issues
This commit is contained in:
parent
706b35f0f5
commit
5fbaaa8b28
3 changed files with 21 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue