Advertisement
yochaigal

lxdm

Nov 25th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. [base]
  2. ## uncomment and set autologin username to enable autologin
  3. autologin=yochai
  4.  
  5. ## uncomment and set timeout to enable timeout autologin,
  6. ## the value should >=5
  7. timeout=5
  8.  
  9. ## default session or desktop used when no systemwide config
  10. session=/usr/bin/startxfce4
  11.  
  12. ## uncomment and set to set numlock on your keyboard
  13. # numlock=0
  14.  
  15. ## set this if you don't want to put xauth file at ~/.Xauthority
  16. # xauth_path=/tmp
  17.  
  18. # not ask password for users who have empty password
  19. # skip_password=1
  20.  
  21. ## greeter used to welcome the user
  22. greeter=/usr/lib/lxdm/lxdm-greeter-gtk
  23.  
  24. [server]
  25. ## arg used to start xserver, not fully function
  26. arg=/usr/bin/X -background vt1
  27. # uncomment this if you really want xserver listen to tcp
  28. # tcp_listen=1
  29. # uncoment this if you want reset the xserver after logou
  30. # reset=1
  31.  
  32. [display]
  33. ## gtk theme used by greeter
  34. gtk_theme=Clearlooks
  35.  
  36. ## background of the greeter
  37. # bg=/usr/share/backgrounds/default.png
  38.  
  39. ## if show bottom pane
  40. bottom_pane=0
  41.  
  42. ## if show language select control
  43. lang=0
  44.  
  45. ## if show keyboard layout select control
  46. keyboard=0
  47.  
  48. ## the theme of greeter
  49. theme=Industrial
  50.  
  51. [input]
  52.  
  53. [userlist]
  54. ## if disable the user list control at greeter
  55. disable=1
  56.  
  57. ## whitelist user
  58. white=
  59.  
  60. ## blacklist user
  61. black=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement