25개 이상의 토픽을 선택하실 수 없습니다. 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.

14 lines
236B

  1. [Unit]
  2. Description=i3 Window Manager for Display %i
  3. After=vncserver@%i.service
  4. [Service]
  5. Environment=DISPLAY=%i
  6. Environment=XAUTHORITY=%h/.Xauthority%i
  7. Type=exec
  8. ExecStart=i3
  9. ExecReload=i3-msg reload
  10. [Install]
  11. WantedBy=default.target