/ pcloud moved from startup.sh to i3wm config

This commit is contained in:
fro
2025-12-16 20:01:29 -05:00
parent 9552014d9b
commit 89c0d668ee
2 changed files with 2 additions and 4 deletions

View File

@@ -102,9 +102,7 @@ elif [[ "${XWM}" == "i3" ]]; then
# start miscellanous programs # start miscellanous programs
megasync & # mega sync service megasync & # mega sync service
nextcloud & # nextcloud file sync nextcloud & # nextcloud file sync
pcloud & # pcloud service #pcloud & # pcloud service | unable to start this from startup.sh, so moved to i3wm cfg (strange, as it worked here before)
pcloud & # starting it twice, as it does not work the first time around
echo "hello, world!"
#protonvpn-app & # vpn #protonvpn-app & # vpn
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then

View File

@@ -207,9 +207,9 @@ bindsym Ctrl+Print exec --no-startup-id scrot -d 3 -e 'xclip $f -selection clipb
# run programs # run programs
# --- # ---
exec_always --no-startup-id setxkbmap -model pc105 -layout us,no -option grp:caps_toggle,grp_led:scroll; # keyboard layout switch 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 pasystray
exec --no-startup-id startup.sh 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 # screen locker