From 08c410e2e3c40c5a7360c0ff5103b4d7942b306b Mon Sep 17 00:00:00 2001 From: sajenim Date: Mon, 2 Oct 2023 10:16:47 +0800 Subject: [PATCH] fix wallpaper path --- home-manager/sajenim/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sajenim/xinitrc b/home-manager/sajenim/xinitrc index e74d4c7..1f796e4 100644 --- a/home-manager/sajenim/xinitrc +++ b/home-manager/sajenim/xinitrc @@ -4,7 +4,7 @@ xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x1440 --right-of HDMI-A-0 # Apply our wallpaper -feh --bg-center ~/Projects/dotfiles.nix/assets/chinatown.png +feh --bg-center ~/dotfiles.nix/assets/chinatown.png # Enable our compositor picom -b