wlmaker
|
#include "cairo_util.h"
#include <inttypes.h>
#include <stdbool.h>
#include <xkbcommon/xkbcommon.h>
#include "toolkit/toolkit.h"
Go to the source code of this file.
Classes | |
struct | wlmaker_config_theme_t |
struct | wlmaker_config_workspace_t |
Variables | |
const int32_t | config_keyboard_repeat_rate |
const int32_t | config_keyboard_repeat_delay |
const struct xkb_rule_names * | config_keyboard_rule_names |
const char * | config_xcursor_theme_name |
const uint32_t | config_xcursor_theme_size |
const float | config_output_scale |
const wlmaker_config_decoration_t | config_decoration |
const uint64_t | wlmaker_config_double_click_wait_msec |
const uint32_t | wlmaker_config_window_drag_modifiers |
const wlmaker_config_workspace_t | wlmaker_config_workspaces [] |
const wlmaker_config_theme_t | wlmaker_config_theme |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Preference for decoration.
|
extern |
Whether to always request server-side decorations.
|
extern |
Repeat delay, in ms.
|
extern |
Repeat rate, per second.
|
extern |
XKB Keymap to use. NULL identifies the default ('us').
|
extern |
Overall scale of output.
|
extern |
Name of the xcursor theme. NULL picks the default.
|
extern |
Base size for the xcursor theme (when scale==1.0).
|
extern |
Time interval within two clicks need to happen to count as double-click.
|
extern |
Visual theme.
|
extern |
Modifiers for moving the window with the cursor.
|
extern |
Workspaces to configure. So far: Just the titles.