Add startx session to desktop role
This commit is contained in:
parent
7fc422e571
commit
63d64cd8fc
@ -26,6 +26,7 @@
|
||||
- { src: "hosts", dest: "/etc/hosts", mode: "0644" }
|
||||
- { src: "nomouseaccel.conf", dest: "/etc/X11/xorg.conf.d/90-mouse-acceleration.conf", mode: "0644" }
|
||||
- { src: "i3.desktop", dest: "/usr/share/xsessions/i3-custom.desktop", mode: "0644" }
|
||||
- { src: "startx.desktop", dest: "/usr/share/xsessions/startx-custom.desktop", mode: "0644" }
|
||||
- name: Copy udev rules
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
|
8
roles/desktop/templates/startx.desktop
Normal file
8
roles/desktop/templates/startx.desktop
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=startx
|
||||
Comment=Start a user's X session with startx
|
||||
Exec=startx
|
||||
TryExec=startx
|
||||
Type=Application
|
||||
X-LightDM-DesktopName=startx
|
||||
DesktopNames=startx
|
Loading…
Reference in New Issue
Block a user