1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Start nextcloud in background

This commit is contained in:
Simon
2020-07-07 07:36:21 +02:00
parent 77b1d30f85
commit ef70f0cdc5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
config##hostname.pc
config##hostname.yoga3
+2 -2
View File
@@ -4,7 +4,7 @@
# General
exec_always --no-startup-id fix_xcursor
exec_always --no-startup-id "xmodmap ~/.Xmodmap"
exec --no-startup-id xmodmap ~/.Xmodmap
# display
exec --no-startup-id "picom"
@@ -23,7 +23,7 @@ exec --no-startup-id blueberry-tray
#exec --no-startup-id onboard
exec --no-startup-id nm-applet
#exec --no-startup-id zsh ~/Userdata/Scripts/Launchers/launch_insync.sh
exec --no-startup-id "nextcloud"
exec --no-startup-id "nextcloud --background"
################################################################################################