1WICD-MANAGER-SETTINGS.CONF(5) File Formats ManualWICD-MANAGER-SETTINGS.CONF(5)
2
3
4
6 wicd-manager-settings.conf - contains settings that control Wicd's
7 behavior
8
9
11 This file contains general configuration information for Wicd.
12 This file is located at /etc/dhcp/manager-settings.conf
13
14
16 link_detect_tool = <0|1|2>
17 0 = autodetect
18 1 = ethtool
19 2 = mii-tool
20
21 flush_tool = <0|1|2>
22 0 = autodetect
23 1 = ip
24 2 = route
25
26 backend = <ioctl|external>
27 Default is ioctl backend.
28
29 signal_display_type = <0|1>
30 0 = Show signal strength as a percentage
31 1 = Show signal strength in dBm
32
33 dhcp_client = <0|1|2|3>
34 0 = autodetect
35 1 = dhclient
36 2 = dhcpcd
37 3 = pump
38
39 sudo_app = <0|1|2|3>
40 0 = autodetect
41 1 = gksu
42 2 = kdesu
43 3 = ktsuss
44
45 wired_interface = <interface_name>
46
47 always_show_wired_interface = <True|False>
48
49 wired_connect_mode = <0|1>
50 0 = connect to wired interface automatically
51 1 = do not connect to wired interface automatically
52
53 prefer_wired = <True|False>
54 True = Switch to wired interface if a link is detected, even if
55 already connected to wireless
56 False = Do not switch to wired interface automatically
57
58 wireless_interface = <name_of_wireless_interface>
59
60 wpa_driver = <wext|madwifi|ndiswrapper|hostap|hermes|atmel|broad‐
61 com|ipw|ralinklegacy>
62 The default (and best supported) is wext. It should work prop‐
63 erly in most cases.
64
65 auto_reconnect = <True|False>
66 This settings determines whether Wicd will attempt to reconnect
67 on connection loss.
68
69 use_global_dns = <True|False>
70 If set to "True" and values are specified in the global DNS set‐
71 tings below, this will cause Wicd to use these DNS settings.
72
73 global_dns_dom = <plaintext_domain_name>
74 This specifies the default search domain to be used by the
75 resolver.
76
77 global_dns_1 = <ip_address>
78
79 global_dns_2 = <ip_address>
80
81 global_dns_3 = <ip_address>
82
83 debug_mode = <integer_value>
84 0 = disabled
85 1 = enabled
86
87 window_height = <integer_value> (in pixels)
88 This determines the height of the client window.
89
90 window_width = <integer_value> (in pixels)
91 This determines the width of the client window.
92
93 pref_height = <integer_value> (in pixels)
94 This determines the height of the "Preferences" window when
95 launched from the client.
96
97 pref_width = <integer_value> (in pixels)
98 This determines the width of the "Preferences" window when
99 launched from the client.
100
101
102
104 wicd(8), wicd-curses(8), wicd-wired-settings.conf(5), wicd-wireless-
105 settings.conf(5).
106
107
108
109
110 wicd-1.7.0 WICD-MANAGER-SETTINGS.CONF(5)