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 (-6 / +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 66-76 Link Here
66
# %session is the Exec= value -- note that this may provide a full
67
# %session is the Exec= value -- note that this may provide a full
67
# path to the session executable!
68
# path to the session executable!
68
#sessiondir     /usr/share/xsessions
69
sessiondir	/usr/share/xsessions
69
70
70
# Executed when pressing F11 (requires imagemagick)
71
# Executed when pressing F11 (requires media-gfx/imagemagick for import)
71
screenshot_cmd      import -window root /slim.png
72
screenshot_cmd      import -window root /slim.png
72
# Alternative using scrot.
73
# Alternative is media-gfx/scrot. See Gentoo bug 252241 for more info.
73
#screenshot_cmd      scrot /root/slim.png
74
#screenshot_cmd      scrot /root/slim.png
74
75
75
# welcome message. Available variables: %host, %domain
76
# welcome message. Available variables: %host, %domain
76
welcome_msg         Welcome to %host
77
welcome_msg         Welcome to %host
Lines 99-106 Link Here
99
# randomly choose from
101
# randomly choose from
100
current_theme       default
102
current_theme       default
101
103
102
# Lock file
104
# Lock file, /etc/init.d/xdm expects slim.pid
103
lockfile            /run/slim.pid
105
lockfile            /run/slim.pid
104
106
105
# Log file
107
# Log file
106
logfile             /var/log/slim.log
108
logfile             /var/log/slim.log

Return to bug 832562