1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
|
;;; exwm-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from exwm.el
(autoload 'exwm-enable "exwm" "\
Enable/Disable EXWM.
Optional argument UNDO may be either of the following symbols:
- `undo' prevents reinitialization.
- `undo-all' attempts to revert all hooks and advice.
(fn &optional UNDO)")
(register-definition-prefixes "exwm" '("exwm-"))
;;; Generated autoloads from exwm-background.el
(defvar exwm-background-mode nil "\
Non-nil if Exwm-Background mode is enabled.
See the `exwm-background-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `exwm-background-mode'.")
(custom-autoload 'exwm-background-mode "exwm-background" nil)
(autoload 'exwm-background-mode "exwm-background" "\
Toggle EXWM background support.
This is a global minor mode. If called interactively, toggle the
`Exwm-Background mode' mode. If the prefix argument is positive, enable
the mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the mode
if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='exwm-background-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
(fn &optional ARG)" t)
(register-definition-prefixes "exwm-background" '("exwm-background-"))
;;; Generated autoloads from exwm-core.el
(register-definition-prefixes "exwm-core" '("exwm-"))
;;; Generated autoloads from exwm-floating.el
(autoload 'exwm-floating-toggle-floating "exwm-floating" "\
Toggle the current window between floating and non-floating states." t)
(autoload 'exwm-floating-hide "exwm-floating" "\
Hide the current floating X window (which would show again when selected)." t)
(register-definition-prefixes "exwm-floating" '("exwm-floating-"))
;;; Generated autoloads from exwm-input.el
(register-definition-prefixes "exwm-input" '("exwm-input-"))
;;; Generated autoloads from exwm-layout.el
(register-definition-prefixes "exwm-layout" '("exwm-layout-"))
;;; Generated autoloads from exwm-manage.el
(register-definition-prefixes "exwm-manage" '("exwm-manage-"))
;;; Generated autoloads from exwm-randr.el
(defvar exwm-randr-mode nil "\
Non-nil if Exwm-Randr mode is enabled.
See the `exwm-randr-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `exwm-randr-mode'.")
(custom-autoload 'exwm-randr-mode "exwm-randr" nil)
(autoload 'exwm-randr-mode "exwm-randr" "\
Toggle EXWM randr support.
This is a global minor mode. If called interactively, toggle the
`Exwm-Randr mode' mode. If the prefix argument is positive, enable the
mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the mode
if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='exwm-randr-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
(fn &optional ARG)" t)
(register-definition-prefixes "exwm-randr" '("exwm-randr-"))
;;; Generated autoloads from exwm-systemtray.el
(defvar exwm-systemtray-mode nil "\
Non-nil if Exwm-Systemtray mode is enabled.
See the `exwm-systemtray-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `exwm-systemtray-mode'.")
(custom-autoload 'exwm-systemtray-mode "exwm-systemtray" nil)
(autoload 'exwm-systemtray-mode "exwm-systemtray" "\
Toggle EXWM systemtray support.
This is a global minor mode. If called interactively, toggle the
`Exwm-Systemtray mode' mode. If the prefix argument is positive, enable
the mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the mode
if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='exwm-systemtray-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
(fn &optional ARG)" t)
(register-definition-prefixes "exwm-systemtray" '("exwm-systemtray-"))
;;; Generated autoloads from exwm-workspace.el
(register-definition-prefixes "exwm-workspace" '("exwm-workspace-"))
;;; Generated autoloads from exwm-xim.el
(defvar exwm-xim-mode nil "\
Non-nil if Exwm-Xim mode is enabled.
See the `exwm-xim-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `exwm-xim-mode'.")
(custom-autoload 'exwm-xim-mode "exwm-xim" nil)
(autoload 'exwm-xim-mode "exwm-xim" "\
Toggle EXWM XIM support.
This is a global minor mode. If called interactively, toggle the
`Exwm-Xim mode' mode. If the prefix argument is positive, enable the
mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the mode
if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='exwm-xim-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
(fn &optional ARG)" t)
(register-definition-prefixes "exwm-xim" '("exwm-xim-"))
;;; Generated autoloads from exwm-xsettings.el
(defvar exwm-xsettings-mode nil "\
Non-nil if Exwm-Xsettings mode is enabled.
See the `exwm-xsettings-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `exwm-xsettings-mode'.")
(custom-autoload 'exwm-xsettings-mode "exwm-xsettings" nil)
(autoload 'exwm-xsettings-mode "exwm-xsettings" "\
Toggle EXWM xsettings support.
This is a global minor mode. If called interactively, toggle the
`Exwm-Xsettings mode' mode. If the prefix argument is positive, enable
the mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the mode
if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='exwm-xsettings-mode)'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
(fn &optional ARG)" t)
(register-definition-prefixes "exwm-xsettings" '("exwm-xsettings"))
;;; End of scraped data
(provide 'exwm-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; exwm-autoloads.el ends here
|