Explicitly replace compton with picom
It's already been replaced as a package, now to update the configuration etc
This commit is contained in:
parent
ab945b0a48
commit
650ef58aea
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue