Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 832562 | Differences between
and this patch

Collapse All | Expand All

(-)a/slim.conf.orig (-5 / +7 lines)
Lines 21-27 Link Here
21
21
22
# Activate numlock when slim starts. Valid values: on|off
22
# Activate numlock when slim starts. Valid values: on|off
23
# Default is to not change it
23
# Default is to not change it
24
# numlock             on
24
numlock             on
25
25
26
# Hide the mouse cursor (note: does not work with some WMs).
26
# Hide the mouse cursor (note: does not work with some WMs).
27
# Valid values: true|false
27
# Valid values: true|false
Lines 36-42 Link Here
36
# to adjust the command according to your preferred shell,
36
# to adjust the command according to your preferred shell,
37
# i.e. for freebsd use:
37
# i.e. for freebsd use:
38
# login_cmd           exec /bin/sh - ~/.xinitrc %session
38
# login_cmd           exec /bin/sh - ~/.xinitrc %session
39
login_cmd           exec /bin/bash -login ~/.xinitrc %session
39
# login_cmd           exec /bin/bash -login ~/.xinitrc %session
40
login_cmd           exec /bin/bash -login /usr/share/slim/Xsession %session
40
41
41
# Commands executed when starting and exiting a session.
42
# Commands executed when starting and exiting a session.
42
# They can be used for registering a X11 session with
43
# They can be used for registering a X11 session with
Lines 62-73 Link Here
62
# or desktop files -- note that this may provide a full path to the 
63
# or desktop files -- note that this may provide a full path to the 
63
# session executable!
64
# session executable!
64
#sessiondir           /etc/X11/Sessions
65
#sessiondir           /etc/X11/Sessions
66
sessiondir	/usr/share/xsessions
65
67
66
68
67
# Executed when pressing F11 (requires imagemagick)
69
# Executed when pressing F11 (requires media-gfx/imagemagick for import)
68
screenshot_cmd      import -window root /slim.png
70
screenshot_cmd      import -window root /slim.png
69
# Alternative using scrot.
71
# Alternative is media-gfx/scrot. See Gentoo bug 252241 for more info.
70
#screenshot_cmd      scrot /root/slim.png
72
#screenshot_cmd      scrot /root/slim.png
71
73
72
# welcome message. Available variables: %host, %domain
74
# welcome message. Available variables: %host, %domain
73
welcome_msg         Welcome to %host
75
welcome_msg         Welcome to %host
Lines 96-103 Link Here
96
# randomly choose from
98
# randomly choose from
97
current_theme       default
99
current_theme       default
98
100
99
# Lock file
101
# Lock file, /etc/init.d/xdm expects slim.pid
100
lockfile            /run/slim.pid
102
lockfile            /run/slim.pid
101
103
102
# Log file
104
# Log file
103
logfile             /var/log/slim.log
105
logfile             /var/log/slim.log

Return to bug 832562