Adds indicators
This commit is contained in:
parent
c9186206bb
commit
269d915cdd
1 changed files with 4 additions and 2 deletions
|
|
@ -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,
|
# 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.
|
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||||
exec --no-startup-id nm-appleta
|
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/.screenlayout/main.sh &
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh &
|
||||||
exec --no-startup-id nitrogen --restore &
|
exec --no-startup-id nitrogen --restore &
|
||||||
|
|
||||||
exec --no-startup-id sleep 1 && notify-send "Welcome back..."
|
exec --no-startup-id sleep 1 && notify-send "Welcome back..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue