From 269d915cdd175f3f5bd5b79db05909fbfcd41318 Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 3 Nov 2024 13:59:32 +0100 Subject: [PATCH] Adds indicators --- .config/i3/config.d/autostart | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/i3/config.d/autostart b/.config/i3/config.d/autostart index 1cb0671..c6f6c8b 100644 --- a/.config/i3/config.d/autostart +++ b/.config/i3/config.d/autostart @@ -12,9 +12,11 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-appleta +exec --no-startup-id xfce4-clipman & +exec --no-startup-id kdeconnect-indicator -exec_always --no-startup-id $HOME/.screenlayout/main.sh -exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec_always --no-startup-id $HOME/.screenlayout/main.sh & +exec_always --no-startup-id $HOME/.config/polybar/launch.sh & exec --no-startup-id nitrogen --restore & exec --no-startup-id sleep 1 && notify-send "Welcome back..."