From 0789a2eb7166140d97de8d02cc1eb09d1e1ed781 Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 30 May 2025 15:48:02 +0800 Subject: [PATCH] fix wallpaper location --- home-manager/sajenim/features/desktop/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/desktop/xinitrc b/home-manager/sajenim/features/desktop/xinitrc index e8738c0..c96d774 100644 --- a/home-manager/sajenim/features/desktop/xinitrc +++ b/home-manager/sajenim/features/desktop/xinitrc @@ -4,7 +4,7 @@ xrandr --output HDMI-A-0 --mode 1920x1080 --rotate left --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 # Apply our wallpaper -feh --bg-center ~/.repositories/nix-config/assets/chinatown.png --bg-center ~/.repositories/nix-config/assets/chinatown-rotated.png +feh --bg-center ~/.repositories/forgejo/nix-config/assets/chinatown.png --bg-center ~/.repositories/forgejo/nix-config/assets/chinatown-rotated.png # Disable screen saver and DPMS features xset s off -dpms