.config/i3/config

This commit is contained in:
q3aql 2025-08-05 10:33:17 +02:00
parent 88656a84c7
commit 923334554e

View File

@ -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