From de2934dbeb64bfb6a29553ba7dc3e580cf564256 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Mon, 22 Nov 2021 01:57:23 +0100 Subject: [PATCH] Update config autostart welcome app --- .config/i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 7cb5b38..5b06a67 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -337,8 +337,12 @@ exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # keep in mind that it can cause issues # when second to i3 a DE is installed or mixed usage of i3 + xfce4 or GNOME # in this cases better disable dex and use manual starting apps using xdg/autostart +# if enabled you should comment welcome app. #exec --no-startup-id dex -a -s /etc/xdg/autostart/:~/.config/autostart/ +# start welcome app +exec --no-startup-id sh /usr/share/endeavouros/scripts/welcome --startdelay=3 + # num lock activated #exec --no-startup-id numlockx on # configure multiple keyboard layouts and hotkey to switch (Alt+CAPSLOCK in this example)