From 89c0d668ee3fad67f814a889d6fa920656b1f9b8 Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 16 Dec 2025 20:01:29 -0500 Subject: [PATCH] / pcloud moved from startup.sh to i3wm config --- dots/bin/startup.sh | 4 +--- dots/i3wm/config | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index c8e77c2..4da5d1f 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -102,9 +102,7 @@ elif [[ "${XWM}" == "i3" ]]; then # start miscellanous programs megasync & # mega sync service nextcloud & # nextcloud file sync - pcloud & # pcloud service - pcloud & # starting it twice, as it does not work the first time around - echo "hello, world!" + #pcloud & # pcloud service | unable to start this from startup.sh, so moved to i3wm cfg (strange, as it worked here before) #protonvpn-app & # vpn if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then diff --git a/dots/i3wm/config b/dots/i3wm/config index 22cbdeb..82707e9 100644 --- a/dots/i3wm/config +++ b/dots/i3wm/config @@ -207,9 +207,9 @@ bindsym Ctrl+Print exec --no-startup-id scrot -d 3 -e 'xclip $f -selection clipb # run programs # --- exec_always --no-startup-id setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll; # keyboard layout switch -exec --no-startup-id nitrogen --restore exec --no-startup-id pasystray exec --no-startup-id startup.sh +exec --no-startup-id pcloud # unable to execute this from startup.sh, by some weird reason (it used to work) # --- # screen locker