From 1b023f75efeb100cef3fc12409d0be59605eb565 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Jan 2025 18:44:49 +0100 Subject: [PATCH] i3: execute picom on startup --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index 75f8e1e..b9e1dd9 100644 --- a/i3/config +++ b/i3/config @@ -52,6 +52,9 @@ exec --no-startup-id polybar # Notifications exec --no-startup-id dunst +# compositor +exec --no-startup-id picom + # Needed for gnome-keyring to start. exec --no-startup-id dbus-update-activation-environment --all #exec --no-startup-id gnome-keyring-daemon --start --components=secrets