This commit is contained in:
fro
2025-12-28 15:44:14 -05:00
parent baa18c8e28
commit 870044d8dd
2 changed files with 4 additions and 3 deletions

View File

@@ -114,10 +114,11 @@ elif [[ "${XWM}" == "i3" ]]; then
#/usr/bin/megasync &
#/usr/bin/pcloud &
#i3-msg "exec --no-startup-id pcloud"
i3-msg "exec --no-startup-id pcloud" &
#/usr/bin/pcloud
pcloud &
#pcloud &
#pcloud &

View File

@@ -401,7 +401,7 @@ for_window [class="SpeedCrunch"] floating enable border normal
# ---
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 pasystray
exec sleep 10; startup.sh
exec --no-startup-id sleep 5; startup.sh
#exec --no-startup-id pcloud # unable to execute this from startup.sh, by some weird reason (it used to work)
# ---