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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12 line
349B

  1. #!/bin/sh
  2. {{ansible_managed|comment}}
  3. {% if not home_xsession_vncviewer %}
  4. exec systemctl --user start --wait xsession.target
  5. {% else %}
  6. systemctl --user start vncserver@:{{home_vncserver_display_number}}.service
  7. i3 -c ~/.config/i3/null.config &
  8. exec xtigervncviewer ~/.vnc/socket -PasswordFile ~/.vnc/passwd -FullScreen=1 -Maximize=1
  9. {% endif %}