not auto-starting picom in .xinitrc

This commit is contained in:
rick 2021-08-19 10:09:15 +05:30
parent f80e6ce0a3
commit 614b8a0c26
1 changed files with 2 additions and 2 deletions

View File

@ -54,6 +54,6 @@ do
done &
# set a random wallpaper from the wallpaper folder
feh --bg-center /home/rick/wallpapers/set/$(shuf -n 1 -e $(ls /home/rick/wallpapers/set/))
picom &
feh --bg-fill /home/rick/wallpapers/set/$(shuf -n 1 -e $(ls /home/rick/wallpapers/set/))
# picom &
exec dwm