Explicitly replace compton with picom

It's already been replaced as a package, now to update the configuration etc
This commit is contained in:
Jake Howard 2019-12-09 21:17:19 +00:00
parent ab945b0a48
commit 650ef58aea
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ bindsym $mod+g mode "gaps"
# Autostart # Autostart
exec /usr/lib/polkit-1/polkitd --no-debug exec /usr/lib/polkit-1/polkitd --no-debug
exec dex -as ~/.config/autostart 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 tbg ~/Upload/bg/ -m 10 -c "betterlockscreen -u /_"
exec ssh-agent -Da /tmp/ssh-agent-$USER.sock exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
exec enpass exec enpass

View File

@ -9,7 +9,7 @@
- 'arandr' - 'arandr'
- 'betterlockscreen' - 'betterlockscreen'
- 'brightnessctl' - 'brightnessctl'
- 'compton' - 'picom'
- 'dmenu' - 'dmenu'
- 'dunst' - 'dunst'
- 'feh' - 'feh'
@ -32,7 +32,7 @@
i3_config_files: i3_config_files:
- {src: "i3.conf", dest: "{{ home }}/.config/i3/config"} - {src: "i3.conf", dest: "{{ home }}/.config/i3/config"}
- {src: "i3status.conf", dest: "{{ home }}/.config/i3status/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: "dunst.conf", dest: "{{ home }}/.config/dunst/dunstrc"}
- {src: "polybar.ini", dest: "{{ home }}/.config/polybar/config"} - {src: "polybar.ini", dest: "{{ home }}/.config/polybar/config"}