tried and failed hyprland on lio again, kvm switch still fails

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-30 16:04:06 -05:00
parent e8f3324000
commit 772ac8b54e
5 changed files with 498 additions and 25 deletions

View file

@ -121,6 +121,19 @@ in
ringofstorms_common.desktopEnvironment.hyprland.extraOptions = hyprlandExtraOptions;
ringofstorms_common.desktopEnvironment.hyprland.hyprpaperSettings = {
mode = "fill"; # Wallpaper display mode: fill, fit, stretch, center, tile
preload = [
"${../_shared_assets/wallpapers/pixel_neon.png}"
];
wallpaper = [
"${mainMonitor},${../_shared_assets/wallpapers/pixel_neon.png}"
"${secondaryMonitor},${../_shared_assets/wallpapers/pixel_neon_v.png}"
];
};
# User-level systemd service that follows your Hyprland session and watches for monitor changes
# systemd.user.services.hyprland-move-workspaces = {
# description = "Keep workspaces 16 on main and 710 on secondary; react to monitor changes";