mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Detect bar modifier pressed/released
This commit is contained in:
parent
f9b92783c5
commit
7727c9efbc
4 changed files with 61 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ struct bar_config *default_bar_config(void) {
|
|||
bar = malloc(sizeof(struct bar_config));
|
||||
bar->mode = strdup("dock");
|
||||
bar->hidden_state = strdup("hide");
|
||||
bar->modifier = 0;
|
||||
bar->modifier = WLC_BIT_MOD_LOGO;
|
||||
bar->outputs = NULL;
|
||||
bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
|
||||
bar->bindings = create_list();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue