From d8aca4a70fd5c3cc485ded40983eeaeca80f8cee Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Fri, 22 Mar 2019 16:27:40 +0100 Subject: [PATCH] add nextcloud, librewriter --- .i3/config | 1 + scripts/install.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.i3/config b/.i3/config index 406c763..0949f24 100755 --- a/.i3/config +++ b/.i3/config @@ -251,4 +251,5 @@ exec --no-startup-id i3-msg 'workspace $WS1; exec firefox;' exec --no-startup-id i3-msg 'workspace $WS2; exec emacs' exec --no-startup-id i3-msg 'exec thunderbird' exec --no-startup-id i3-msg 'exec keepassxc' +exec --no-startup-id i3-msg 'exec nextcloud' exec --no-startup-id i3-msg 'workspace $WS3; exec urxvt;' diff --git a/scripts/install.sh b/scripts/install.sh index b8295e5..bec29dd 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -210,7 +210,9 @@ install_i3() { libreoffice-impress \ libreoffice-l10n-de \ libreoffice-l10n-en-gb \ + libreoffice-writer \ network-manager-gnome \ + nextcloud-desktop \ ntfs-3g \ nmap \ pulseaudio \