mango: Fix noctalia startup
This commit is contained in:
parent
4cedd6ac19
commit
8556799824
2 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ ssh-agent -a /run/user/1000/ssh-agent.socket >/dev/null 2>&1 &
|
||||||
wl-paste --type text --watch cliphist store >/dev/null 2>&1 &
|
wl-paste --type text --watch cliphist store >/dev/null 2>&1 &
|
||||||
|
|
||||||
discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized >/dev/null 2>&1 &
|
discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized >/dev/null 2>&1 &
|
||||||
# Noctalia
|
|
||||||
sleep 1 && noctalia --daemon
|
|
||||||
|
|
||||||
# dankshell
|
# dankshell
|
||||||
# dms run &
|
# dms run &
|
||||||
|
|
|
||||||
|
|
@ -269,3 +269,4 @@ layerrule = noanim:1, noblur:1, layer_name:selection
|
||||||
|
|
||||||
exec-once=~/.config/mango/autostart.sh
|
exec-once=~/.config/mango/autostart.sh
|
||||||
exec-once=kdeconnectd
|
exec-once=kdeconnectd
|
||||||
|
exec-once=sleep 1 && noctalia --daemon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue