hyprpaper fix
This commit is contained in:
@@ -13,14 +13,9 @@ in {
|
||||
../features/desktop
|
||||
];
|
||||
|
||||
options.features.desktop.hyprland.enable =
|
||||
mkEnableOption "enable Hyprland";
|
||||
|
||||
config = mkMerge [
|
||||
# Base configuration
|
||||
{
|
||||
xdg = {
|
||||
# TODO: better structure
|
||||
enable = true;
|
||||
configFile."mimeapps.list".force = true;
|
||||
mimeApps = {
|
||||
@@ -43,6 +38,17 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.hyprpaper.settings = {
|
||||
ipc = "on";
|
||||
preload = ["/home/sascha.koenig/.config/hypr/wallpapers/wallhaven-lmmo8r_2560x1600.png"];
|
||||
wallpaper = [
|
||||
"eDP-1,/home/sascha.koenig/.config/hypr/wallpapers/wallhaven-lmmo8r_2560x1600.png"
|
||||
"DP-8,/home/sascha.koenig/.config/hypr/wallpapers/wallhaven-lmmo8r_2560x1600.png"
|
||||
"DP-9,/home/sascha.koenig/.config/hypr/wallpapers/wallhaven-lmmo8r_2560x1600.png"
|
||||
];
|
||||
};
|
||||
|
||||
features = {
|
||||
cli = {
|
||||
fish.enable = true;
|
||||
@@ -74,7 +80,7 @@ in {
|
||||
"2, monitor:eDP-1"
|
||||
"3, monitor:DP-9"
|
||||
"4, monitor:DP-9"
|
||||
"5, monitor:DP-8,border:false,rounding:false"
|
||||
"5, monitor:DP-8"
|
||||
"6, monitor:DP-8"
|
||||
];
|
||||
windowrule = [
|
||||
|
||||
Reference in New Issue
Block a user