Feat: add nextcloud on autostart
This commit is contained in:
parent
abefbe1314
commit
f9c4c04dd5
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
nm-applet &
|
nm-applet &
|
||||||
pasystray &
|
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
|
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 1080x376 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left
|
||||||
|
Loading…
Reference in New Issue
Block a user