From a6b165af9dba7bfb7131025f8898c58839832aa0 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 3 Feb 2018 18:29:21 +0100 Subject: [PATCH] StumpWM: Switched from ownCloud to nextCloud --- stumpwm/stumpwmrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index be823b0..5c5c5ee 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -290,9 +290,9 @@ script." ;; window placement rules (define-frame-preference "winkel" (0 nil t :class "keepassxc") - (0 nil t :class "ownCloud") - (0 nil t :class "de-dal33t-Start") - (0 nil t :class "TelegramDesktop")) ;; bwSyncAndShare + (0 nil t :class "Nextcloud") + (0 nil t :class "de-dal33t-Start") ;; bwSyncAndShare + (0 nil t :class "TelegramDesktop")) (define-frame-preference "web" (0 nil t :class "Nightly")) @@ -306,7 +306,7 @@ script." (run-shell-command "gpg --textmode -d ~/.config/keepassxc/password.gpg | keepassxc --pw-stdin ~/ownCloud/keys/2017-10.kdbx") ;; owncloud -(run-shell-command "owncloud") +(run-shell-command "nextcloud") ;; bwSyncAndShare (run-shell-command "bwsyncandshare")