You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
449B

  1. #!/bin/sh
  2. export BSPWM_SOCKET=$HOME/.cache/bspwm-socket.vnc
  3. export LASTDESK=/tmp/lastdesk-vnc
  4. xrdb -merge ~/.Xresources
  5. xset s off
  6. # Environment and autostart:
  7. source_these=(
  8. "/etc/profile"
  9. "${HOME}/.profile"
  10. "${XDG_CONFIG_HOME:-"$HOME/.config"}/bspwm/autostart"
  11. )
  12. for file in "${source_these[@]}"; do
  13. [ -r "${file}" ] && . "${file}"
  14. done
  15. # Launch sxhkd:
  16. sxhkd -c /home/maxx/.vnc/sxhkd &
  17. # # Launch bspwm:
  18. bspwm -c /home/maxx/.vnc/bspwmrc