mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-12 07:58:47 +00:00
Add session chooser to lightdm menu (#2341)
Right now, you simply cannot choose between different DE's installed on the system. The session indicator uses very little space, and doesn't clutter the greeter. I noticed it was missing when trying to integrate a Kodi session. It will be useful in the future also, when we incorporate more DE's than Xfce
This commit is contained in:
parent
9080d453e0
commit
c0bf6a42ad
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ background = #888a85
|
||||||
theme-name = Numix
|
theme-name = Numix
|
||||||
icon-theme-name = Numix
|
icon-theme-name = Numix
|
||||||
default-user-image=/usr/share/pixmaps/armbian.png
|
default-user-image=/usr/share/pixmaps/armbian.png
|
||||||
indicators = ~language;~power;~a11y
|
indicators = ~session;~language;~power;~a11y
|
||||||
screensaver-timeout = 0
|
screensaver-timeout = 0
|
||||||
font-name = Sans 11
|
font-name = Sans 11
|
||||||
user-background = false
|
user-background = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue