From c7c6cb5c3ef3c781bb2a92f4c16ac89016e21dad Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 19 Nov 2019 20:55:18 +0100 Subject: Compton is now picom. --- xinit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xinit.sh') diff --git a/xinit.sh b/xinit.sh index efb3f53..3a4e6c1 100755 --- a/xinit.sh +++ b/xinit.sh @@ -2,13 +2,13 @@ # To be run by the window manager or desktop environment when starting an X session xrdb ~/.Xresources -compton & +picom & dunst & setRandomBG.sh setxkbmap -layout es -option caps:swapescape xset -b unclutter --idle 1 & #feh --bg-max ~/images/wallpapers/bg_* -touchpad.sh +#touchpad.sh urxvt -e tmux new -s main & optimus-manager-qt & -- cgit v1.2.1