From 845f652de2bc9a029e57ba2643708341e756709d Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 14 Jul 2024 10:37:58 +0530 Subject: use random wallpaper on startup --- .config/x11/xinitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/x11/xinitrc') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 3700151..25a4c6e 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -8,7 +8,9 @@ if [ $(envycontrol -q) = "nvidia" ]; then xrandr --dpi 96 fi -xwallpaper --zoom ~/.local/share/wallpaper3.jpg +# xwallpaper --zoom ~/.local/share/wallpaper3.jpg +# xwallpaper --zoom $(find .local/share/wallpapers -type f | shuf -n 1) +xwallpaper --zoom $(find pix/wallpapers -type f | grep "jpg" | shuf -n 1) xcompmgr & xset r rate 300 50 xrandr -r 60.00 -- cgit v1.2.3