mango: Move startup app into a script

This commit is contained in:
Guilhem Baccialone 2026-06-18 19:05:17 +02:00
parent 78f1691de2
commit 3e357991df
2 changed files with 29 additions and 8 deletions

28
mango/autostart.sh Executable file
View file

@ -0,0 +1,28 @@
#!/bin/bash
set +e
# pipewire
gentoo-pipewire-launcher restart >/dev/null 2>&1 &
# ssh agent
ssh-agent -a /run/user/1000/ssh-agent.socket >/dev/null 2>&1 &
# kdeconnectd
kdeconnectd >/dev/null 2>&1 &
# password
/usr/lib/polkit-kde-authentication-agent-1 >/dev/null 2>&1 &
# portal
/usr/lib/xdg-desktop-portal-wlr >/dev/null 2>&1 &
# clipboard content manager
wl-paste --type text --watch cliphist store >/dev/null 2>&1 &
discord --start-minimized >/dev/null 2>&1 &
# Noctalia
# qs -c noctalia-shell &
# dankshell
dms run &