/ pcloud moved from startup.sh to i3wm config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user