Use ly
as display manager
This commit is contained in:
parent
1c239a594b
commit
98bff24fc3
2 changed files with 13 additions and 2 deletions
12
tasks/i3.yml
12
tasks/i3.yml
|
@ -27,3 +27,15 @@
|
||||||
dest: '{{ item.dest }}'
|
dest: '{{ item.dest }}'
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: "{{ user }}"
|
owner: "{{ user }}"
|
||||||
|
|
||||||
|
- service:
|
||||||
|
name: "lightdm"
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
- service:
|
||||||
|
name: "ly"
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
- service:
|
||||||
|
name: "getty@tty2"
|
||||||
|
enabled: false
|
||||||
|
|
|
@ -104,11 +104,10 @@
|
||||||
- 'kodi'
|
- 'kodi'
|
||||||
- 'libinput'
|
- 'libinput'
|
||||||
- 'libinput-gestures'
|
- 'libinput-gestures'
|
||||||
- 'lightdm'
|
|
||||||
- 'lightdm-webkit2-greeter'
|
|
||||||
- 'lxappearance'
|
- 'lxappearance'
|
||||||
- 'lxrandr'
|
- 'lxrandr'
|
||||||
- 'lxqt-policykit'
|
- 'lxqt-policykit'
|
||||||
|
- 'ly'
|
||||||
- 'minecraft'
|
- 'minecraft'
|
||||||
- 'nextcloud-client'
|
- 'nextcloud-client'
|
||||||
- 'nnn'
|
- 'nnn'
|
||||||
|
|
Loading…
Reference in a new issue