mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
started ipc approach to bar hiding - builds fine, but bar won't show up right now
This commit is contained in:
parent
7fee555a46
commit
c5dfe70ab1
3 changed files with 34 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ struct config *init_config() {
|
|||
config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
|
||||
config->font = strdup("monospace 10");
|
||||
config->mode = NULL;
|
||||
config->hidden_state = NULL;
|
||||
config->sep_symbol = NULL;
|
||||
config->strip_workspace_numbers = false;
|
||||
config->binding_mode_indicator = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue