mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-16 17:22:43 +00:00
Merge pull request #310 from inclement/fix_rootston_default_config_2
Fixed default keybinding in config.c
This commit is contained in:
commit
d4e311a1ad
@ -306,7 +306,7 @@ struct roots_config *parse_args(int argc, char *argv[]) {
|
||||
if (result == -1) {
|
||||
wlr_log(L_DEBUG, "No config file found. Using sensible defaults.");
|
||||
config->keyboard.meta_key = WLR_MODIFIER_LOGO;
|
||||
add_binding_config(&config->bindings, "Logo+Shift+e", "exit");
|
||||
add_binding_config(&config->bindings, "Logo+Shift+E", "exit");
|
||||
add_binding_config(&config->bindings, "Ctrl+q", "close");
|
||||
add_binding_config(&config->bindings, "Alt+Tab", "next_window");
|
||||
} else if (result == -2) {
|
||||
|
Loading…
Reference in New Issue
Block a user