1 # Directory containing X sessions
2 x_sessions = "/etc/X11/Sessions/"
3 # Directory containing text mode sessions
4 text_sessions = "/etc/qingy/sessions/"
5 # Directory where qingy should put its temporary files
6 temp_files_dir = "/tmp"
7 # Where are the themes?
8 themes_dir = "/usr/share/qingy/themes"
10 # Full path to the X server
11 # x_server = "/usr/X11R6/bin/XFree86"
12 # Full path to the 'xinit' executable
13 xinit = "/usr/bin/xinit"
15 # Parameter we should pass to the X server
16 x_args = "-nolisten tcp -br"
18 # How verbose should qingy be?
19 # Possible values are debug, error
20 # Default value is error
23 # Where should qingy messages be logged?
24 # Values can be one or more of the following:
25 # console, file, syslog
26 # Default value is console
27 # log_facilities = console, file
28 log_facilities = console, syslog
30 # Offset to search for an available X server number.
31 # This number affects the DISPLAY env variable.
32 # Default is 1, setting it to 0 will make buggy OpenGL implementations
33 # (like the ATI one) work with qingy, but it will also make it impossible
34 # to start an X server from console using startx without passing it
38 # Where should we start the X server?
39 # Accepted values are:
40 # qingy_tty (default) to start it in the same tty qingy is running in
41 # unused_tty to start it into an unused tty
42 x_server_tty = qingy_tty
44 # Scripts that should be executed just before/after qingy GUI is fired up/shut down
45 pre_gui_script = "/etc/qingy/pre_GUI.sh"
46 post_gui_script = "/etc/qingy/post_GUI.sh"
48 # What theme do you want (you can also specify 'random')
52 # What happens when we press the 'sleep' button?
53 #sleep = "/usr/local/sbin/hibernate"
55 # whether we should clear background image during dialogs (default is no)...
56 # this is the default setting, it gets overridden if the theme you are using
57 # sets the same setting differently...
58 # clear_background = yes
60 # whether to allow session locking; if you enable this, when you try to
61 # switch to a qingy-controlled tty whose owner is not your current
62 # user, you will be asked for the password of that user before being
63 # allowed to continue. If you are root, of course, you can switch
64 # to any tty you chose to. Default setting is 'no'.
67 # whether to allow session timeout; if you enable this, after the amount
68 # of minutes specified in idle_timeout variable, idle_action will be
69 # performed. Allowed actions are:
70 # lock will lock user session asking you for your password
71 # logout will close your session
75 # prevent qingy from logging in user or firing up its GUI if system
76 # is restarting / shutting down
78 #exclude_runlevels = 0, 6
82 prev_tty = "win" # switch to left tty
83 next_tty = "menu" # switch to right tty
84 poweroff = "ALT-p" # shutdown your system
85 reboot = "ALT-r" # restart your system
86 screensaver = "ALT-s" # activate screen saver
87 sleep = "ALT-z" # put machine to sleep
88 kill = "CTRL-c" # kill qingy
89 text_mode = "CTRL-ESC" # Revert to text mode