From 650ef58aea659a0390f8b3003507c7c4d8fe36bd Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 9 Dec 2019 21:17:19 +0000 Subject: [PATCH] Explicitly replace compton with picom It's already been replaced as a package, now to update the configuration etc --- files/i3.conf | 2 +- files/{compton.conf => picom.conf} | 0 tasks/i3.yml | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename files/{compton.conf => picom.conf} (100%) diff --git a/files/i3.conf b/files/i3.conf index 7077a8d..9eace4f 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -112,7 +112,7 @@ bindsym $mod+g mode "gaps" # Autostart exec /usr/lib/polkit-1/polkitd --no-debug exec dex -as ~/.config/autostart -exec compton --dbus --xrender-sync-fence +exec picom --dbus --xrender-sync-fence exec tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_" exec ssh-agent -Da /tmp/ssh-agent-$USER.sock exec enpass diff --git a/files/compton.conf b/files/picom.conf similarity index 100% rename from files/compton.conf rename to files/picom.conf diff --git a/tasks/i3.yml b/tasks/i3.yml index 9a928c6..961d4ac 100644 --- a/tasks/i3.yml +++ b/tasks/i3.yml @@ -9,7 +9,7 @@ - 'arandr' - 'betterlockscreen' - 'brightnessctl' - - 'compton' + - 'picom' - 'dmenu' - 'dunst' - 'feh' @@ -32,7 +32,7 @@ i3_config_files: - {src: "i3.conf", dest: "{{ home }}/.config/i3/config"} - {src: "i3status.conf", dest: "{{ home }}/.config/i3status/config"} - - {src: "compton.conf", dest: "{{ home }}/.config/compton.conf"} + - {src: "picom.conf", dest: "{{ home }}/.config/picom.conf"} - {src: "dunst.conf", dest: "{{ home }}/.config/dunst/dunstrc"} - {src: "polybar.ini", dest: "{{ home }}/.config/polybar/config"}