From f9c4c04dd5aad6eff01a6d00ad3de71e2c6bd678 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 15 Jun 2021 15:53:00 +0200 Subject: [PATCH] Feat: add nextcloud on autostart --- autostart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autostart.sh b/autostart.sh index d486550..5325543 100755 --- a/autostart.sh +++ b/autostart.sh @@ -1,4 +1,5 @@ #!/bin/sh nm-applet & pasystray & +nextcloud & xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 1080x376 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left