mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Set default A-F3 binding to bemenu instead of dmenu
This commit is contained in:
parent
e0067536fc
commit
b9d6ce324f
2 changed files with 5 additions and 7 deletions
|
|
@ -260,15 +260,14 @@ static void
|
|||
post_processing(void)
|
||||
{
|
||||
if (!wl_list_length(&rc.keybinds)) {
|
||||
info("loading default key bindings");
|
||||
info("load default key bindings");
|
||||
bind("A-Escape", "Exit", NULL);
|
||||
bind("A-Tab", "NextWindow", NULL);
|
||||
bind("A-F2", "NextWindow", NULL);
|
||||
bind("A-F3", "Execute", "dmenu_run");
|
||||
bind("A-F3", "Execute", "bemenu-run");
|
||||
}
|
||||
|
||||
if (!rc.theme_name) {
|
||||
rc.theme_name = strdup("Clearlooks");
|
||||
rc.theme_name = strdup("Clearlooks-3.4");
|
||||
}
|
||||
if (!rc.font_name_activewindow) {
|
||||
rc.font_name_activewindow = strdup("sans");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue