From 8bbef2013c66556c0acc068837c2ee1a62883e1f Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 17 Mar 2022 16:20:49 +0100 Subject: [PATCH] Add nextcloud client automatic startup --- .config/i3/config_common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/i3/config_common b/.config/i3/config_common index 15fe843..934b479 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -84,6 +84,9 @@ exec --no-startup-id i3-msg 'workspace number 1; exec i3-sensible-terminal' # fetch keys from HSM exec --no-startup-id gpg --card-status + +# nextcloud sync client +exec nextcloud ################################## # BINDINGS FOR STARTING PROGRAMS ##################################