From 614b8a0c268433b185ad98174cc976cf114e9aec Mon Sep 17 00:00:00 2001 From: rick <7rick@tuta.io> Date: Thu, 19 Aug 2021 10:09:15 +0530 Subject: [PATCH] not auto-starting picom in .xinitrc --- .xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index 36a4039..1f53918 100644 --- a/.xinitrc +++ b/.xinitrc @@ -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