From d9879d3d55f86bce9e861fa84db2ab243da49b76 Mon Sep 17 00:00:00 2001 From: maride Date: Tue, 9 Jan 2018 17:16:51 +0100 Subject: [PATCH] Replace xcompmgr with compton --- flavours/i3.flavour/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flavours/i3.flavour/install.sh b/flavours/i3.flavour/install.sh index cd44c3e..72e8e24 100755 --- a/flavours/i3.flavour/install.sh +++ b/flavours/i3.flavour/install.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "~> Installing i3" -pacstrap /mnt i3 feh xcompmgr dmenu acpi +pacstrap /mnt i3 feh compton dmenu acpi user=$(ls /mnt/home) if [ "$user" == "" ]; then @@ -11,7 +11,7 @@ else fi echo "~> Creating .xinitrc" -echo "xcompmgr -c &" > $path/.xinitrc +echo "compton -CGb" > $path/.xinitrc echo "feh --bg-fill /etc/wallpapers/\$(ls /etc/wallpapers/ | shuf -n 1)" >> $path/.xinitrc echo "exec i3" >> $path/.xinitrc