diff --git a/.config/i3/config b/.config/i3/config index bfa1af1..f22af2c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -18,8 +18,9 @@ exec --no-startup-id systemctl --user start xdg-desktop-portal.service exec --no-startup-id systemctl --user start xdg-desktop-portal-gtk.service exec --no-startup-id systemctl --user start xdg-desktop-portal-wlr.service -# Load compton (compositor) -exec --no-startup-id "sleep 15 && compton &" +# Load compton or picom (compositor) +#exec --no-startup-id "sleep 15 && compton &" +exec --no-startup-id "sleep 15 && picom &" # Restart pipewire exec --no-startup-id systemctl --user restart pipewire