diff options
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
