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.
|
1234567891011 |
- #!/bin/sh
-
- {{ansible_managed|comment}}
-
- {% if not home_xsession_vncviewer %}
- exec systemctl --user start --wait xsession.target
- {% else %}
- systemctl --user start vncserver@:{{home_vncserver_display_number}}.service
- i3 -c ~/.config/i3/null.config &
- exec xtigervncviewer ~/.vnc/socket -PasswordFile ~/.vnc/passwd -FullScreen=1 -Maximize=1
- {% endif %}
|