mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Implement configurable wrapping on bar ws scroll
This commit is contained in:
parent
a9767ad2f7
commit
3bb880bf20
8 changed files with 72 additions and 4 deletions
|
|
@ -53,6 +53,7 @@ struct config *init_config() {
|
|||
config->sep_symbol = NULL;
|
||||
config->strip_workspace_numbers = false;
|
||||
config->binding_mode_indicator = true;
|
||||
config->wrap_scroll = false;
|
||||
config->workspace_buttons = true;
|
||||
config->all_outputs = false;
|
||||
config->outputs = create_list();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue